ravi.naik commited on
Commit
7ad130f
·
2 Parent(s): 090feee 496a393

Merge branch 'main' of https://huggingface.co/spaces/RaviNaik/ERA-SESSION22

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,