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 32a9db0 commit ee1552a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ 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 "meta-llama/Meta-Llama-3-8B or mistralai/Mistral-7B-v0.1 or Habana/bart or Habana/t5" -v -s --token $(TOKEN)
python -m pytest tests/test_sentence_transformers.py

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

0 comments on commit ee1552a

Please sign in to comment.