mkthoma commited on
Commit
6546822
·
1 Parent(s): b8c1cf7

app update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ model.apply(_init_weights)
41
  model.load_state_dict
42
 
43
 
44
- checkpoint_dir = Path("out/redpajama/final-gpt-model-ckpt.pth")
45
  strategy = "auto"
46
  quantize = None
47
  devices = 1
 
41
  model.load_state_dict
42
 
43
 
44
+ checkpoint_dir = Path("final-gpt-model-ckpt.pth")
45
  strategy = "auto"
46
  quantize = None
47
  devices = 1