reedmayhew commited on
Commit
b2f2185
·
verified ·
1 Parent(s): e17b5cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ terminators = [
51
  tokenizer.convert_tokens_to_ids("<|eot_id|>")
52
  ]
53
 
54
- @spaces.GPU(duration=120)
55
  def chat_llama3_8b(message: str,
56
  history: list,
57
  temperature: float,
 
51
  tokenizer.convert_tokens_to_ids("<|eot_id|>")
52
  ]
53
 
54
+ @spaces.GPU(duration=30)
55
  def chat_llama3_8b(message: str,
56
  history: list,
57
  temperature: float,