awacke1 commited on
Commit
1d5314a
·
1 Parent(s): cf9d5d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -19,15 +19,12 @@ Are we still limited by python? Is Swift an alternative? Torch or TF? Hard to
19
  - Look at the code, develop your own perspective.
20
  - SWIFT could be layer above GPU and be great.
21
 
22
-
23
-
24
  # GPU Setup Instructions for NVIDIA GPU RTX 3070+
25
 
26
- 1. Upgrade pip: ```python.exe -m pip install --upgrade pip```
27
- 2. Upgrade torch: ```C:\Users\aaron>pip install --upgrade torch```
28
- 3. Upgrade torchvision: ```pip install --upgrade torchvision```
29
- 4. Upgrade torchaudio: ```pip install --upgrade torchaudio```
30
-
31
 
32
  """)
33
 
 
19
  - Look at the code, develop your own perspective.
20
  - SWIFT could be layer above GPU and be great.
21
 
 
 
22
  # GPU Setup Instructions for NVIDIA GPU RTX 3070+
23
 
24
+ 1. Upgrade pip: python.exe -m pip install --upgrade pip
25
+ 2. Upgrade torch: C:\Users\aaron>pip install --upgrade torch
26
+ 3. Upgrade torchvision: pip install --upgrade torchvision
27
+ 4. Upgrade torchaudio: pip install --upgrade torchaudio
 
28
 
29
  """)
30