bmas10 commited on
Commit
2bf9121
·
verified ·
1 Parent(s): 5075f8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ messages = [
14
  {"role": "user", "content": "Who are you?"},
15
  ]
16
 
17
- model_name = "dbmas10/DeepSeek-Llama-8-GGUF"
18
 
19
  pipe = pipeline("text-generation", model=model_name)
20
  pipe(messages)
 
14
  {"role": "user", "content": "Who are you?"},
15
  ]
16
 
17
+ model_name = "bmas10/DeepSeek-Llama-8-GGUF"
18
 
19
  pipe = pipeline("text-generation", model=model_name)
20
  pipe(messages)