mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Update Jaxlib version in notebooks and readme.
This commit is contained in:
parent
21b018b4d4
commit
df74b51c6e
@ -164,7 +164,7 @@ PYTHON_VERSION=cp27 # alternatives: cp27, cp35, cp36, cp37
|
||||
CUDA_VERSION=cuda92 # alternatives: cuda90, cuda92, cuda100
|
||||
PLATFORM=linux_x86_64 # alternatives: linux_x86_64
|
||||
BASE_URL='https://storage.googleapis.com/jax-wheels'
|
||||
pip install --upgrade $BASE_URL/$CUDA_VERSION/jaxlib-0.1.12-$PYTHON_VERSION-none-$PLATFORM.whl
|
||||
pip install --upgrade $BASE_URL/$CUDA_VERSION/jaxlib-0.1.13-$PYTHON_VERSION-none-$PLATFORM.whl
|
||||
|
||||
pip install --upgrade jax # install jax
|
||||
```
|
||||
|
@ -110,7 +110,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda$(echo $CUDA_VERSION | sed -e 's/\\.//' -e 's/\\..*//')/jaxlib-0.1.12-cp36-none-linux_x86_64.whl\n",
|
||||
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda$(echo $CUDA_VERSION | sed -e 's/\\.//' -e 's/\\..*//')/jaxlib-0.1.13-cp36-none-linux_x86_64.whl\n",
|
||||
"!pip install --upgrade -q jax"
|
||||
]
|
||||
},
|
||||
|
@ -1552,4 +1552,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -125,7 +125,7 @@
|
||||
},
|
||||
"cell_type": "code",
|
||||
"source": [
|
||||
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda$(echo $CUDA_VERSION | sed -e 's/\\.//' -e 's/\\..*//')/jaxlib-0.1.12-cp36-none-linux_x86_64.whl\n",
|
||||
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda$(echo $CUDA_VERSION | sed -e 's/\\.//' -e 's/\\..*//')/jaxlib-0.1.13-cp36-none-linux_x86_64.whl\n",
|
||||
"!pip install --upgrade -q jax"
|
||||
],
|
||||
"execution_count": 0,
|
||||
|
@ -36,7 +36,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda$(echo $CUDA_VERSION | sed -e 's/\\.//' -e 's/\\..*//')/jaxlib-0.1.12-cp36-none-linux_x86_64.whl\n",
|
||||
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda$(echo $CUDA_VERSION | sed -e 's/\\.//' -e 's/\\..*//')/jaxlib-0.1.13-cp36-none-linux_x86_64.whl\n",
|
||||
"!pip install --upgrade -q jax"
|
||||
]
|
||||
},
|
||||
|
@ -74,7 +74,7 @@
|
||||
},
|
||||
"cell_type": "code",
|
||||
"source": [
|
||||
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda$(echo $CUDA_VERSION | sed -e 's/\\.//' -e 's/\\..*//')/jaxlib-0.1.12-cp36-none-linux_x86_64.whl\n",
|
||||
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda$(echo $CUDA_VERSION | sed -e 's/\\.//' -e 's/\\..*//')/jaxlib-0.1.13-cp36-none-linux_x86_64.whl\n",
|
||||
"!pip install --upgrade -q jax"
|
||||
],
|
||||
"execution_count": 0,
|
||||
|
@ -87,7 +87,7 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda$(echo $CUDA_VERSION | sed -e 's/\\.//' -e 's/\\..*//')/jaxlib-0.1.12-cp36-none-linux_x86_64.whl\n",
|
||||
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda$(echo $CUDA_VERSION | sed -e 's/\\.//' -e 's/\\..*//')/jaxlib-0.1.13-cp36-none-linux_x86_64.whl\n",
|
||||
"!pip install --upgrade -q jax"
|
||||
]
|
||||
},
|
||||
|
@ -89,7 +89,7 @@
|
||||
},
|
||||
"cell_type": "code",
|
||||
"source": [
|
||||
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda$(echo $CUDA_VERSION | sed -e 's/\\.//' -e 's/\\..*//')/jaxlib-0.1.12-cp36-none-linux_x86_64.whl\n",
|
||||
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda$(echo $CUDA_VERSION | sed -e 's/\\.//' -e 's/\\..*//')/jaxlib-0.1.13-cp36-none-linux_x86_64.whl\n",
|
||||
"!pip install --upgrade -q jax"
|
||||
],
|
||||
"execution_count": 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user