sitammeur commited on
Commit
ee4e4c0
·
verified ·
1 Parent(s): 72f4002

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ title = "InternLM Llama.cpp"
34
  description = """InternLM3-8B-Instruct, an open-source 8B parameter instruction model, surpasses similar models in reasoning and knowledge tasks, requiring less data and cost while offering adaptable response modes."""
35
 
36
 
37
- @spaces.GPU(duration=120)
38
  def respond(
39
  message: str,
40
  history: List[Tuple[str, str]],
 
34
  description = """InternLM3-8B-Instruct, an open-source 8B parameter instruction model, surpasses similar models in reasoning and knowledge tasks, requiring less data and cost while offering adaptable response modes."""
35
 
36
 
37
+ @spaces.GPU
38
  def respond(
39
  message: str,
40
  history: List[Tuple[str, str]],