cdancy commited on
Commit
d4c601c
Β·
1 Parent(s): e4ab189

increaded gpu duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def update_system_prompt(new_prompt):
59
  query_wrapper_prompt = SimpleInputPrompt("{query_str} [/INST]")
60
  return "System prompt updated."
61
 
62
- @spaces.GPU(duration=480)
63
  def query_model(question):
64
  llm = HuggingFaceLLM(
65
  context_window=4096,
 
59
  query_wrapper_prompt = SimpleInputPrompt("{query_str} [/INST]")
60
  return "System prompt updated."
61
 
62
+ @spaces.GPU(duration=240)
63
  def query_model(question):
64
  llm = HuggingFaceLLM(
65
  context_window=4096,