Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import requests
|
|
9 |
model = ""
|
10 |
duration = 5
|
11 |
token = os.getenv('deepseekv2')
|
12 |
-
provider = 'together' #'fal-ai' #None
|
13 |
|
14 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|
15 |
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
|
|
|
9 |
model = ""
|
10 |
duration = 5
|
11 |
token = os.getenv('deepseekv2')
|
12 |
+
provider = 'together' #'fal-ai' #None #replicate # sambanova
|
13 |
|
14 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|
15 |
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
|