Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,10 +16,9 @@ import urllib.parse
|
|
16 |
import http.client
|
17 |
import spaces
|
18 |
import torch
|
19 |
-
import deepspeed
|
20 |
|
21 |
@spaces.GPU
|
22 |
-
|
23 |
# Suppress warnings
|
24 |
warnings.filterwarnings('ignore', category=UserWarning, module='__main__')
|
25 |
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
|
|
|
16 |
import http.client
|
17 |
import spaces
|
18 |
import torch
|
19 |
+
import deepspeed
|
20 |
|
21 |
@spaces.GPU
|
|
|
22 |
# Suppress warnings
|
23 |
warnings.filterwarnings('ignore', category=UserWarning, module='__main__')
|
24 |
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
|