Skip to content

Commit 19354bc

Browse files
authored
Merge pull request #601 from NVIDIA/mod_doc_fix
2 parents 5a57e02 + 18f7e69 commit 19354bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/modules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Module Level Tests
22

3-
These tests focus on integration testing of the backend, using the public apis. They require TorchScript modules saved to files. You can download the set of modules used by default in the tests by running hub.py (you need PyTorch 1.4.0) installed.
3+
These tests focus on integration testing of the backend, using the public apis. They require TorchScript modules saved to files. You can download the set of modules used by default in the tests by running hub.py (you need PyTorch 1.9.0 installed with cuda-11.1).
44

55
## Running Tests
66

tests/modules/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
-f https://download.pytorch.org/whl/torch_stable.html
12
timm==v0.4.12
3+
torch==1.9.0+cu111

0 commit comments

Comments
 (0)