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

Update bt_generator.py

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