Skip to content

Commit

Permalink
WIP Investigate failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Oct 7, 2024
1 parent 29ab034 commit 2823fea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-pytorch-xla-tpu-tgi-jetstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:

- name: Build and test TGI server
run: |
HF_TOKEN=${{ secrets.HF_TOKEN_OPTIMUM_TPU_CI }} make tgi_test_jetstream
make test_installs jetstream_requirements tgi_server
find text-generation-inference/ -name "text_generation_server-*whl" -exec python -m pip install {} \;
HF_TOKEN=${{ secrets.HF_TOKEN_OPTIMUM_TPU_CI }} python -m pytest -sv text-generation-inference/tests -k "jetstream and TinyLlama"

0 comments on commit 2823fea

Please sign in to comment.