abhinavkulkarni commited on
Commit
5005aef
1 Parent(s): 824da08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ q_config = {
60
  "q_group_size": 128,
61
  }
62
 
63
- load_quant = hf_hub_download('abhinavkulkarni/mpt-7b-instruct-w4-g128-awq', 'pytorch_model.bin')
64
 
65
  with init_empty_weights():
66
  model = AutoModelForCausalLM.from_config(config=config,
 
60
  "q_group_size": 128,
61
  }
62
 
63
+ load_quant = hf_hub_download('abhinavkulkarni/mosaicml-mpt-7b-instruct-w4-g128-awq', 'pytorch_model.bin')
64
 
65
  with init_empty_weights():
66
  model = AutoModelForCausalLM.from_config(config=config,