File tree Expand file tree Collapse file tree 4 files changed +23
-23
lines changed Expand file tree Collapse file tree 4 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1- # Tensorflow (always required for preprocessing) .
2- tensorflow= =2.14.0
3- tensorflow-text= =2.14.0.rc0
1+ # Tensorflow cpu-only version .
2+ tensorflow> =2.14.0
3+ tensorflow-text> =2.14.0.rc0
44
5- # Torch cpu-only version (needed for testing) .
5+ # Torch cpu-only version.
66--extra-index-url https://download.pytorch.org/whl/cpu
7- torch= =2.0.1
8- torchvision= =0.15.2
7+ torch> =2.0.1
8+ torchvision> =0.15.2
99
10- # Jax.
10+ # Jax with cuda support .
1111--find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
1212jax[cuda11_pip]
1313
Original file line number Diff line number Diff line change 11# Tensorflow with cuda support.
2- tensorflow[and-cuda]= =2.14.0
3- tensorflow-text[and-cuda]= =2.14.0.rc0
2+ tensorflow[and-cuda]> =2.14.0
3+ tensorflow-text> =2.14.0.rc0
44
5- # Torch cpu-only version (needed for testing) .
5+ # Torch cpu-only version.
66--extra-index-url https://download.pytorch.org/whl/cpu
7- torch= =2.0.1
8- torchvision= =0.15.2
7+ torch> =2.0.1
8+ torchvision> =0.15.2
99
10- # Jax cpu-only version (needed for testing) .
10+ # Jax cpu-only version.
1111jax[cpu]
1212
1313-r requirements-common.txt
Original file line number Diff line number Diff line change 1- # Tensorflow (always required for preprocessing) .
2- tensorflow= =2.14.0
3- tensorflow-text= =2.14.0.rc0
1+ # Tensorflow cpu-only version .
2+ tensorflow> =2.14.0
3+ tensorflow-text> =2.14.0.rc0
44
55# Torch with cuda support.
66--extra-index-url https://download.pytorch.org/whl/cu117
7- torch= =2.0.1+cu117
8- torchvision= =0.15.2+cu117
7+ torch> =2.0.1+cu117
8+ torchvision> =0.15.2+cu117
99
10- # Jax cpu-only version (needed for testing) .
10+ # Jax cpu-only version.
1111jax[cpu]
1212
1313-r requirements-common.txt
Original file line number Diff line number Diff line change 11# Tensorflow.
2- tensorflow = =2.14.0
3- tensorflow-text = =2.14.0.rc0
2+ tensorflow > =2.14.0
3+ tensorflow-text > =2.14.0.rc0
44
55# Torch.
66--extra-index-url https://download.pytorch.org/whl/cpu
7- torch = =2.0.1
8- torchvision = =0.15.2
7+ torch > =2.0.1
8+ torchvision > =0.15.2
99
1010# Jax.
1111jax [cpu ]
You can’t perform that action at this time.
0 commit comments