Spaces:
Running
on
Zero
Running
on
Zero
Merge branch 'main' of https://huggingface.co/spaces/jiachenl/CuMo-7b-zero
Browse files
cumo/serve/model_worker.py
CHANGED
@@ -14,7 +14,7 @@ import requests
|
|
14 |
import torch
|
15 |
import uvicorn
|
16 |
from functools import partial
|
17 |
-
import spaces
|
18 |
|
19 |
from cumo.constants import WORKER_HEART_BEAT_INTERVAL
|
20 |
from cumo.utils import (build_logger, server_error_msg,
|
|
|
14 |
import torch
|
15 |
import uvicorn
|
16 |
from functools import partial
|
17 |
+
#import spaces
|
18 |
|
19 |
from cumo.constants import WORKER_HEART_BEAT_INTERVAL
|
20 |
from cumo.utils import (build_logger, server_error_msg,
|