Skip to content

Commit 4160157

Browse files
committed
final complete
1 parent 0f2965f commit 4160157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Environment Installation
22

33
Run the following to create the environment:
4-
<code>conda create --name pytorch-intro python=3.9
4+
<code>conda create --name pytorch-intro python=3.9</code>
55
<code>conda activate pytorch-intro<code>
66
<code>conda install pytorch==1.12.1 torchvision==0.13.1 cudatoolkit=11.3 -c pytorch</code>
77
<code>pip install tqdm</code>

0 commit comments

Comments
 (0)