richardkimsm89 commited on
Commit
988ff56
·
verified ·
1 Parent(s): 244dd57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,6 +5,6 @@ messages = [
5
  {"role": "user", "content": "Who are you?"},
6
  ]
7
 
8
- pipe = pipeline(model="meta-llama/Llama-3.2-1B-Instruct", max_length=512)
9
 
10
- pipe(messages)
 
5
  {"role": "user", "content": "Who are you?"},
6
  ]
7
 
8
+ pipe = pipeline(model="meta-llama/Llama-3.2-1B-Instruct")
9
 
10
+ pipe(messages, max_length=512)