Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nightlies again #123

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-pytorch-xla-tpu-tgi-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: |
make tgi_server test_installs
find text-generation-inference/ -name "text_generation_server-*whl" -exec python -m pip install {} \;
python -m pytest --runslow -sv text-generation-inference/tests
python -m pytest --runslow -sv text-generation-inference/tests -m torch_xla
2 changes: 1 addition & 1 deletion text-generation-inference/tests/test_decode_jetstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
DecodeTestParams(
model_id="google/gemma-7b",
sequence_length=128,
expected_text="\n\nThe time is 1984. The place is Airstrip One, the British",
expected_text="\n\nThe year was 1984.\n\nThe place was Oceania.\n\nThe man was",
),
DecodeTestParams(
model_id="mistralai/Mixtral-8x7B-v0.1",
Expand Down