Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
•
c2523b9
1
Parent(s):
02a2d5f
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def greet(text):
|
|
19 |
torch_dtype=torch.bfloat16,
|
20 |
trust_remote_code=True,
|
21 |
device_map="auto",
|
22 |
-
max_length=
|
23 |
do_sample=True,
|
24 |
top_k=10,
|
25 |
num_return_sequences=1,
|
|
|
19 |
torch_dtype=torch.bfloat16,
|
20 |
trust_remote_code=True,
|
21 |
device_map="auto",
|
22 |
+
max_length=512,
|
23 |
do_sample=True,
|
24 |
top_k=10,
|
25 |
num_return_sequences=1,
|