-
Notifications
You must be signed in to change notification settings - Fork 227
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 clean_readme
- Loading branch information
Showing
111 changed files
with
6,881 additions
and
2,910 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,7 +98,7 @@ slow_tests_deepspeed: test_installs | |
|
||
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_textual_inversion" | ||
python -m pytest tests/test_diffusers.py -v -s -k "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" | ||
|
@@ -107,6 +107,7 @@ slow_tests_diffusers: test_installs | |
|
||
# Run text-generation non-regression tests | ||
slow_tests_text_generation_example: test_installs | ||
python -m pip install triton==3.1.0 autoawq | ||
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) | ||
|
@@ -120,6 +121,11 @@ slow_tests_openclip_vqa_example: test_installs | |
python -m pip install -r examples/visual-question-answering/openclip_requirements.txt | ||
python -m pytest tests/test_openclip_vqa.py | ||
|
||
# Run video comprehension tests | ||
slow_tests_video_llava_example: test_installs | ||
python -m pip install -r examples/video-comprehension/requirements.txt | ||
python -m pytest tests/test_video_llava.py | ||
|
||
slow_tests_fsdp: test_installs | ||
python -m pytest tests/test_fsdp_examples.py -v -s --token $(TOKEN) | ||
|
||
|
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
datasets>=1.14.0 | ||
evaluate | ||
numba==0.60.0 | ||
librosa |
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
Oops, something went wrong.