Spaces:
Runtime error
Runtime error
Commit ·
5af83b1
1
Parent(s): 6f04e62
add3
Browse files
app.py
CHANGED
|
@@ -6,8 +6,6 @@ zero = torch.Tensor([0]).cuda()
|
|
| 6 |
print(zero.device) # <-- 'cpu' 🤔
|
| 7 |
|
| 8 |
@spaces.GPU
|
| 9 |
-
import subprocess
|
| 10 |
-
|
| 11 |
subprocess.run(['bash', 'https://astral.sh/uv/install.sh'])
|
| 12 |
|
| 13 |
|
|
|
|
| 6 |
print(zero.device) # <-- 'cpu' 🤔
|
| 7 |
|
| 8 |
@spaces.GPU
|
|
|
|
|
|
|
| 9 |
subprocess.run(['bash', 'https://astral.sh/uv/install.sh'])
|
| 10 |
|
| 11 |
|