abhinavkulkarni commited on
Commit
38a756e
1 Parent(s): 58fe905

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ q_config = {
61
  "q_group_size": 128,
62
  }
63
 
64
- load_quant = snapshot_download('abhinavkulkarni/open-llama-13b-open-instruct-w4-g128-awq')
65
 
66
  with init_empty_weights():
67
  model = AutoModelForCausalLM.from_config(config=config,
 
61
  "q_group_size": 128,
62
  }
63
 
64
+ load_quant = snapshot_download('abhinavkulkarni/psmathur-orca_mini_v2_13b-w4-g128-awq')
65
 
66
  with init_empty_weights():
67
  model = AutoModelForCausalLM.from_config(config=config,