Spaces:
Sleeping
Sleeping
Update text_processing.py
Browse files- text_processing.py +1 -1
text_processing.py
CHANGED
|
@@ -15,7 +15,7 @@ import functools
|
|
| 15 |
# )
|
| 16 |
# print("Llama backend initialized successfully!")
|
| 17 |
@functools.lru_cache(maxsize=1)
|
| 18 |
-
@spaces.
|
| 19 |
def llm_gpu():
|
| 20 |
|
| 21 |
model_path = hf_hub_download(
|
|
|
|
| 15 |
# )
|
| 16 |
# print("Llama backend initialized successfully!")
|
| 17 |
@functools.lru_cache(maxsize=1)
|
| 18 |
+
@spaces.CPU
|
| 19 |
def llm_gpu():
|
| 20 |
|
| 21 |
model_path = hf_hub_download(
|