Spaces:
Sleeping
Sleeping
Update bt_generator.py
Browse files- bt_generator.py +1 -1
bt_generator.py
CHANGED
|
@@ -20,7 +20,7 @@ import functools
|
|
| 20 |
# )
|
| 21 |
|
| 22 |
@functools.lru_cache(maxsize=1)
|
| 23 |
-
@spaces.
|
| 24 |
def gpu_llm():
|
| 25 |
model_path = hf_hub_download(
|
| 26 |
repo_id="Inventors-Hub/SwarmChat-models",
|
|
|
|
| 20 |
# )
|
| 21 |
|
| 22 |
@functools.lru_cache(maxsize=1)
|
| 23 |
+
@spaces.CPU
|
| 24 |
def gpu_llm():
|
| 25 |
model_path = hf_hub_download(
|
| 26 |
repo_id="Inventors-Hub/SwarmChat-models",
|