Tijmen2 commited on
Commit
a5c7c8c
·
verified ·
1 Parent(s): 14ead70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ model_path = hf_hub_download(
9
  filename="AstroSage-8B-Q8_0.gguf"
10
  )
11
 
12
- @spaces.GPU(duration=300)
13
  def load_llm():
14
  llm = Llama(
15
  model_path=model_path,
 
9
  filename="AstroSage-8B-Q8_0.gguf"
10
  )
11
 
12
+ @spaces.GPU(duration=119)
13
  def load_llm():
14
  llm = Llama(
15
  model_path=model_path,