Skip to content

Commit 1fe360d

Browse files
wang2yn84The tunix Authors
authored andcommitted
[Tunix] Follow up of cl/836961494. It was out of sync with github PR.
PiperOrigin-RevId: 837192896
1 parent 9ab4c8e commit 1fe360d

File tree

5 files changed

+18555
-18665
lines changed

5 files changed

+18555
-18665
lines changed

.github/workflows/tpu-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,9 @@ jobs:
152152
pwd
153153
pip install --upgrade pip setuptools wheel
154154
155-
# Install Tunix
155+
# Install Tunix with dev dependencies without overwriting the vLLM dependencies.
156156
pip install -e .[dev]
157+
pip install transformers==4.57.1 --force-reinstall # Issue: https://github.com/google/tunix/pull/795
157158
158159
- name: GRPO Integration Test
159160
env:

0 commit comments

Comments
 (0)