Skip to content

Commit

Permalink
WIP test more models
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Oct 7, 2024
1 parent 341d950 commit 38e4e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pytorch-xla-tpu-tgi-jetstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
make test_installs jetstream_requirements tgi_server
find text-generation-inference/ -name "text_generation_server-*whl" -exec python -m pip install {} \;
JETSTREAM_PT=1 HF_TOKEN=${{ secrets.HF_TOKEN_OPTIMUM_TPU_CI }} \
python -m pytest -sv text-generation-inference/tests -k "jetstream and TinyLlama and greedy"
python -m pytest -sv text-generation-inference/tests -k "jetstream and greedy" --run-slow

0 comments on commit 38e4e28

Please sign in to comment.