Spaces:
Runtime error
Runtime error
Commit
·
78e3464
1
Parent(s):
7962c78
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def greet(text):
|
|
26 |
torch_dtype=torch.bfloat16,
|
27 |
trust_remote_code=True,
|
28 |
device_map="auto",
|
29 |
-
max_length=
|
30 |
do_sample=True,
|
31 |
top_k=10,
|
32 |
num_return_sequences=1,
|
|
|
26 |
torch_dtype=torch.bfloat16,
|
27 |
trust_remote_code=True,
|
28 |
device_map="auto",
|
29 |
+
max_length=130,
|
30 |
do_sample=True,
|
31 |
top_k=10,
|
32 |
num_return_sequences=1,
|