RaviNaik commited on
Commit
496a393
·
1 Parent(s): d62e170

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,