Spaces:
Runtime error
Runtime error
increaded gpu duration
Browse files
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=
|
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,
|