rphrp1985 commited on
Commit
e4cf8be
·
verified ·
1 Parent(s): 3f5dc4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ model = AutoModelForCausalLM.from_pretrained(model_id, token= token,
60
 
61
  # Load the model with the inferred device map
62
  # model = load_checkpoint_and_dispatch(model, model_id, device_map=device_map, no_split_module_classes=["GPTJBlock"])
63
- # model.half()
64
 
65
 
66
 
 
60
 
61
  # Load the model with the inferred device map
62
  # model = load_checkpoint_and_dispatch(model, model_id, device_map=device_map, no_split_module_classes=["GPTJBlock"])
63
+ model.half()
64
 
65
 
66