InventorsHub commited on
Commit
1b1ff3a
·
verified ·
1 Parent(s): dc3ea55

Update text_processing.py

Browse files
Files changed (1) hide show
  1. 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.GPU
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(