Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def generate(prompt, max_new_tokens, temperature, num_samples):
|
|
| 12 |
|
| 13 |
responses = main(
|
| 14 |
prompt=prompt,
|
| 15 |
-
checkpoint_dir=Path("out/redpajama"),
|
| 16 |
max_new_tokens=max_new_tokens,
|
| 17 |
temperature=temperature,
|
| 18 |
num_samples=num_samples,
|
|
|
|
| 12 |
|
| 13 |
responses = main(
|
| 14 |
prompt=prompt,
|
| 15 |
+
checkpoint_dir=Path("./out/redpajama"),
|
| 16 |
max_new_tokens=max_new_tokens,
|
| 17 |
temperature=temperature,
|
| 18 |
num_samples=num_samples,
|