mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
update jaxlib wheel urls to 0.1.1
This commit is contained in:
parent
e4ef7eae27
commit
2e40e63527
@ -142,7 +142,7 @@ cloud VM), you can run
|
||||
PYTHON_VERSION=py2 # alternatives: py2, py3
|
||||
CUDA_VERSION=cuda92 # alternatives: cuda90, cuda92, cuda100
|
||||
PLATFORM=linux_x86_64 # alternatives: linux_x86_64
|
||||
pip install https://storage.googleapis.com/jax-wheels/$CUDA_VERSION/jaxlib-0.1-$PYTHON_VERSION-none-$PLATFORM.whl
|
||||
pip install https://storage.googleapis.com/jax-wheels/$CUDA_VERSION/jaxlib-0.1.1-$PYTHON_VERSION-none-$PLATFORM.whl
|
||||
|
||||
pip install jax # install jax
|
||||
```
|
||||
|
@ -125,7 +125,7 @@
|
||||
},
|
||||
"cell_type": "code",
|
||||
"source": [
|
||||
"!pip install -q https://storage.googleapis.com/jax-wheels/cuda92/jaxlib-0.1-py3-none-any.whl\n",
|
||||
"!pip install -q https://storage.googleapis.com/jax-wheels/cuda92/jaxlib-0.1.1-py3-none-any.whl\n",
|
||||
"!pip install --upgrade -q jax"
|
||||
],
|
||||
"execution_count": 0,
|
||||
|
@ -74,7 +74,7 @@
|
||||
},
|
||||
"cell_type": "code",
|
||||
"source": [
|
||||
"!pip install https://storage.googleapis.com/jax-wheels/cuda92/jaxlib-0.1-py3-none-any.whl\n",
|
||||
"!pip install https://storage.googleapis.com/jax-wheels/cuda92/jaxlib-0.1.1-py3-none-any.whl\n",
|
||||
"!pip install --upgrade jax"
|
||||
],
|
||||
"execution_count": 0,
|
||||
|
@ -89,7 +89,7 @@
|
||||
},
|
||||
"cell_type": "code",
|
||||
"source": [
|
||||
"!pip install https://storage.googleapis.com/jax-wheels/cuda92/jaxlib-0.1-py3-none-any.whl\n",
|
||||
"!pip install https://storage.googleapis.com/jax-wheels/cuda92/jaxlib-0.1.1-py3-none-any.whl\n",
|
||||
"!pip install --upgrade jax"
|
||||
],
|
||||
"execution_count": 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user