Skip to content

Commit 43b608b

Browse files
authored
Update README.md
1 parent 1a731c3 commit 43b608b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# pytorch_training_optimization_using_tensordict_memory_mapping
22
Optimizing PyTorch Training using TensorDict Memory Mapping to Nvidia GPU.
33

4-
To run the demo: python run_demo.py
5-
6-
[NOTE: a mock dataset will be created in the current working directory.]
7-
4+
````
5+
python==3.9.13
6+
torch==2.3.1
7+
tensordict==0.5.0
8+
````
9+
10+
To run the demo [NOTE: a mock dataset will be created in the current working directory]:
11+
````
12+
python run_demo.py
13+
````
814

915
Training 1 Epoch via torch.utils.data.Dataset:
1016

0 commit comments

Comments
 (0)