Update Jaxlib references to 0.1.6.

This commit is contained in:
Peter Hawkins 2019-01-18 23:14:56 -05:00
parent 82ce80f1e1
commit 1d9be64e01
4 changed files with 4 additions and 4 deletions

View File

@ -148,7 +148,7 @@ PYTHON_VERSION=cp27 # alternatives: cp27, 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.5-$PYTHON_VERSION-none-$PLATFORM.whl
pip install --upgrade $BASE_URL/$CUDA_VERSION/jaxlib-0.1.6-$PYTHON_VERSION-none-$PLATFORM.whl
pip install --upgrade jax # install jax
```

View File

@ -125,7 +125,7 @@
},
"cell_type": "code",
"source": [
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda92/jaxlib-0.1.5-cp36-none-linux_x86_64.whl\n",
"!pip install --upgrade -q https://storage.googleapis.com/jax-wheels/cuda92/jaxlib-0.1.6-cp36-none-linux_x86_64.whl\n",
"!pip install --upgrade -q jax"
],
"execution_count": 0,

View File

@ -74,7 +74,7 @@
},
"cell_type": "code",
"source": [
"!pip install --upgrade https://storage.googleapis.com/jax-wheels/cuda92/jaxlib-0.1.5-cp36-none-linux_x86_64.whl\n",
"!pip install --upgrade https://storage.googleapis.com/jax-wheels/cuda92/jaxlib-0.1.6-cp36-none-linux_x86_64.whl\n",
"!pip install --upgrade jax"
],
"execution_count": 0,

View File

@ -89,7 +89,7 @@
},
"cell_type": "code",
"source": [
"!pip install --upgrade https://storage.googleapis.com/jax-wheels/cuda92/jaxlib-0.1.5-cp36-none-linux_x86_64.whl\n",
"!pip install --upgrade https://storage.googleapis.com/jax-wheels/cuda92/jaxlib-0.1.6-cp36-none-linux_x86_64.whl\n",
"!pip install --upgrade jax"
],
"execution_count": 0,