Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ pipeline=transformers.pipeline(
|
|
| 29 |
torch_dtype=torch.bfloat16,
|
| 30 |
trust_remote_code=True,
|
| 31 |
device_map="auto",
|
| 32 |
-
max_length=
|
| 33 |
do_sample=True,
|
| 34 |
top_k=10,
|
| 35 |
top_p=5,
|
|
|
|
| 29 |
torch_dtype=torch.bfloat16,
|
| 30 |
trust_remote_code=True,
|
| 31 |
device_map="auto",
|
| 32 |
+
max_length=15,
|
| 33 |
do_sample=True,
|
| 34 |
top_k=10,
|
| 35 |
top_p=5,
|