aixsatoshi commited on
Commit
d64d8ca
1 Parent(s): a701a93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,10 +15,10 @@ model = AutoModelForCausalLM.from_pretrained(
15
  #use_flash_attention_2=True,
16
  )
17
 
18
- TITLE = "<h1><center>sudy-super/Yamase-12B Chat webui</center></h1>"
19
 
20
  DESCRIPTION = """
21
- <h3>MODEL: <a href="https://huggingface.co/sudy-super/Yamase-12B">sudy-super/Yamase-12B</a></h3>
22
  <center>
23
  <p>This model is designed for conversational interactions.</p>
24
  </center>
 
15
  #use_flash_attention_2=True,
16
  )
17
 
18
+ TITLE = "<h1><center>llm-jp-3-1.8b-instruct by CPU</center></h1>"
19
 
20
  DESCRIPTION = """
21
+ <h3>MODEL: <a href="https://huggingface.co/llm-jp/llm-jp-3-1.8b-instruct/tree/main">llm-jp/llm-jp-3-1.8b-instruct</a></h3>
22
  <center>
23
  <p>This model is designed for conversational interactions.</p>
24
  </center>