Skip to content

Commit

Permalink
DO NOT MERGE: TESTING
Browse files Browse the repository at this point in the history
Signed-off-by: U. Artie Eoff <[email protected]>
  • Loading branch information
uartie committed Jan 29, 2025
1 parent e5eac2c commit 456a85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ slow_tests_diffusers: test_installs
slow_tests_text_generation_example: test_installs
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)
python -m pytest tests/test_text_generation_example.py tests/test_encoder_decoder.py -k "Habana/bart or Habana/t5" -v -s --token $(TOKEN)

# Run image-to-text non-regression tests
slow_tests_image_to_text_example: test_installs
Expand Down

0 comments on commit 456a85a

Please sign in to comment.