sitammeur commited on
Commit
c52ecb8
·
verified ·
1 Parent(s): 57ad480

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ hf_hub_download(
29
  )
30
 
31
  # Set the title and description
32
- title = "InternLM Llamacpp"
33
  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."""
34
 
35
 
 
29
  )
30
 
31
  # Set the title and description
32
+ title = "InternLM Llama.cpp"
33
  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."""
34
 
35