File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments