Skip to content

Commit

Permalink
update torch-pre version.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiafei committed Jul 18, 2023
1 parent 64e9ca9 commit 308f798
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pytorch_blade/benchmark/TorchBench/requirements_cuda.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
--pre --extra-index-url https://download.pytorch.org/whl/nightly/cu117 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
pandas
librosa
torchaudio==2.1.0.dev20230516+cu117
torchaudio==2.1.0.dev20230717+cu117
# may depend on the same day or the previous day
# better verify this dependency locally
torchtext==0.16.0.dev20230516
torchtext==0.16.0.dev20230717
pyyaml
4 changes: 2 additions & 2 deletions pytorch_blade/scripts/pip/requirements-dev-pre+cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ expecttest
aliyun-log-python-sdk==0.6.48.6
cryptography
# please update pytorch_blade/benchmark/TorchBench/requirements_cpu.txt both
torch==2.1.0.dev20230516+cpu
torchvision==0.16.0.dev20230516+cpu
torch==2.1.0.dev20230717+cpu
torchvision==0.16.0.dev20230717+cpu
--pre --extra-index-url https://download.pytorch.org/whl/nightly/cpu
4 changes: 2 additions & 2 deletions pytorch_blade/scripts/pip/requirements-dev-pre+cu117.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ py-cpuinfo
aliyun-log-python-sdk==0.6.48.6
cryptography
# please update pytorch_blade/benchmark/TorchBench/requirements_cuda.txt both
torch==2.1.0.dev20230516+cu117
torchvision==0.16.0.dev20230516+cu117
torch==2.1.0.dev20230717+cu117
torchvision==0.16.0.dev20230717+cu117
--pre --extra-index-url https://download.pytorch.org/whl/nightly/cu117

0 comments on commit 308f798

Please sign in to comment.