mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Merge pull request #6942 from skye:tpu_driver_version
PiperOrigin-RevId: 378703719
This commit is contained in:
commit
42b540c2f4
@ -32,7 +32,7 @@ def setup_tpu():
|
||||
|
||||
if not TPU_DRIVER_MODE:
|
||||
colab_tpu_addr = os.environ['COLAB_TPU_ADDR'].split(':')[0]
|
||||
url = f'http://{colab_tpu_addr}:8475/requestversion/tpu_driver_nightly'
|
||||
url = f'http://{colab_tpu_addr}:8475/requestversion/tpu_driver0.1-dev20210603'
|
||||
requests.post(url)
|
||||
TPU_DRIVER_MODE = 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user