Skip to content

Commit 0936e1b

Browse files
author
pathfinder-fp
committed
fix
1 parent c5ee793 commit 0936e1b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/tpu-tests.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -195,20 +195,20 @@ jobs:
195195
with:
196196
fetch-depth: 0
197197

198-
# - name: Setup Tunix , tpu-inference and dependencies
199-
# run: |
200-
# echo "Current directory:"
201-
# pwd
202-
# pip install --upgrade pip setuptools wheel
203-
#
204-
# # Install Tunix
205-
# pip uninstall torch torch-xla libtpu jax jaxlib -y
206-
# pip install -e .[dev]
207-
#
208-
# # Install tpu-inference
198+
- name: Setup Tunix , tpu-inference and dependencies
199+
run: |
200+
echo "Current directory:"
201+
pwd
202+
pip install --upgrade pip setuptools wheel
203+
204+
# Install Tunix
205+
pip uninstall torch torch-xla libtpu jax jaxlib -y
206+
pip install -e .[dev]
207+
208+
Install tpu-inference
209209
# pip uninstall torch libtpu jax jaxlib -y
210210
# pip install tpu-inference==v0.11.1 --force-reinstall
211-
# pip install pytest pytest-xdist
211+
pip install pytest pytest-xdist
212212

213213
# - name: Run tests
214214
# env:

0 commit comments

Comments
 (0)