File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Tensorflow cpu-only version (needed for testing).
2
- tf-nightly-cpu==2.16.0.dev20231103 # Pin a working nightly until rc0.
2
+ tf-nightly-cpu==2.16.0.dev20231130 # Pin a working nightly until rc0.
3
3
4
4
# Torch cpu-only version (needed for testing).
5
5
--extra-index-url https://download.pytorch.org/whl/cpu
Original file line number Diff line number Diff line change 1
1
# Tensorflow with cuda support.
2
2
--extra-index-url https://pypi.nvidia.com
3
- tf-nightly[and-cuda]==2.16.0.dev20231103 # Pin a working nightly until rc0.
3
+ tf-nightly[and-cuda]==2.16.0.dev20231130 # Pin a working nightly until rc0.
4
4
5
5
# Torch cpu-only version (needed for testing).
6
6
--extra-index-url https://download.pytorch.org/whl/cpu
Original file line number Diff line number Diff line change 1
1
# Tensorflow cpu-only version (needed for testing).
2
- tf-nightly-cpu==2.16.0.dev20231103 # Pin a working nightly until rc0.
2
+ tf-nightly-cpu==2.16.0.dev20231130 # Pin a working nightly until rc0.
3
3
4
4
# Torch with cuda support.
5
5
--extra-index-url https://download.pytorch.org/whl/cu118
6
- torch==2.1.0
7
- torchvision==0.16.0
6
+ torch==2.1.1+cu118
7
+ torchvision==0.16.1+cu118
8
8
9
9
# Jax cpu-only version (needed for testing).
10
10
jax[cpu]
Original file line number Diff line number Diff line change 1
1
# Tensorflow.
2
- tf-nightly-cpu == 2.16.0.dev20231103 # Pin a working nightly until rc0.
2
+ tf-nightly-cpu == 2.16.0.dev20231130 # Pin a working nightly until rc0.
3
3
4
4
# Torch.
5
5
--extra-index-url https://download.pytorch.org/whl/cpu
You can’t perform that action at this time.
0 commit comments