mirror of
https://github.com/huggingface/accelerate.git
synced 2025-11-15 06:48:56 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e48cb1cafd |
2
.github/workflows/run_merge_tests.yml
vendored
2
.github/workflows/run_merge_tests.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
||||
git config --global --add safe.directory '*'
|
||||
git fetch && git checkout ${{ github.sha }}
|
||||
pip install -e .[testing,test_trackers] -U
|
||||
pip install transformers -U
|
||||
pip install pytest-reportlog tabulate
|
||||
|
||||
- name: Run CLI tests
|
||||
@ -66,6 +67,7 @@ jobs:
|
||||
git config --global --add safe.directory '*'
|
||||
git fetch && git checkout ${{ github.sha }}
|
||||
pip install -e .[testing,test_trackers] -U
|
||||
pip install transformers -U
|
||||
pip install pytest-reportlog tabulate
|
||||
|
||||
- name: Run test on GPUs
|
||||
|
||||
Reference in New Issue
Block a user