Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|
27 |
-
2. Upgrade torch:
|
28 |
-
3. Upgrade torchvision:
|
29 |
-
4. 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 |
|