Skip to content

Commit

Permalink
Try mps device selecting
Browse files Browse the repository at this point in the history
  • Loading branch information
artek0chumak committed Apr 11, 2024
1 parent f02bd57 commit e5dddfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- { model: 'bigscience/bloom-560m', os: 'ubuntu', python-version: '3.11' }
- { model: 'Maykeye/TinyLLama-v0', os: 'ubuntu', python-version: '3.8' }
- { model: 'Maykeye/TinyLLama-v0', os: 'ubuntu', python-version: '3.11' }
- { model: 'Maykeye/TinyLLama-v0', os: 'macos', python-version: '3.10' }
- { model: 'Maykeye/TinyLLama-v0', os: 'macos', python-version: '3.11' }
- { model: 'Maykeye/TinyLLama-v0', os: 'macos-14', python-version: '3.10' }
- { model: 'Maykeye/TinyLLama-v0', os: 'macos-14', python-version: '3.11' }
- { model: 'artek0chumak/TestMixtral', os: 'ubuntu', python-version: '3.8' }
- { model: 'artek0chumak/TestMixtral', os: 'ubuntu', python-version: '3.11' }
fail-fast: false
Expand Down

0 comments on commit e5dddfe

Please sign in to comment.