forked from huggingface/optimum-habana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ig/sw-204416-pytests-mistral-mixtral
- Loading branch information
Showing
72 changed files
with
854 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,21 +91,22 @@ slow_tests_8x: test_installs | |
|
||
# Run DeepSpeed non-regression tests | ||
slow_tests_deepspeed: test_installs | ||
python -m pip install git+https://github.com/HabanaAI/DeepSpeed.git@1.17.0 | ||
python -m pip install git+https://github.com/HabanaAI/DeepSpeed.git@1.18.0 | ||
python -m pytest tests/test_examples.py -v -s -k "deepspeed" | ||
|
||
slow_tests_diffusers: test_installs | ||
python -m pip install -r examples/stable-diffusion/requirements.txt | ||
python -m pytest tests/test_diffusers.py -v -s -k "test_no_" | ||
python -m pytest tests/test_diffusers.py -v -s -k "test_textual_inversion" | ||
python -m pip install peft==0.7.0 | ||
python -m pytest tests/test_diffusers.py -v -s -k "test_train_text_to_image_" | ||
python -m pytest tests/test_diffusers.py -v -s -k "test_train_controlnet" | ||
python -m pytest tests/test_diffusers.py -v -s -k "test_deterministic_image_generation" | ||
python -m pytest tests/test_diffusers.py -v -s -k "test_no_" | ||
|
||
# Run text-generation non-regression tests | ||
slow_tests_text_generation_example: test_installs | ||
python -m pip install git+https://github.com/HabanaAI/[email protected] | ||
BUILD_CUDA_EXT=0 python -m pip install -vvv --no-build-isolation git+https://github.com/HabanaAI/AutoGPTQ.git | ||
python -m pip install git+https://github.com/HabanaAI/[email protected] | ||
python -m pytest tests/test_text_generation_example.py tests/test_encoder_decoder.py -v -s --token $(TOKEN) | ||
|
||
# Run image-to-text non-regression tests | ||
|
@@ -121,8 +122,8 @@ slow_tests_fsdp: test_installs | |
python -m pytest tests/test_fsdp_examples.py -v -s --token $(TOKEN) | ||
|
||
slow_tests_trl: test_installs | ||
python -m pip install trl==0.8.6 | ||
python -m pip install peft==0.7.0 | ||
python -m pip install trl==0.9.6 | ||
python -m pip install peft==0.12.0 | ||
python -m pytest tests/test_trl.py -v -s -k "test_calculate_loss" | ||
|
||
slow_tests_object_segmentation: test_installs | ||
|
Oops, something went wrong.