abhinavkulkarni
commited on
Commit
•
adab371
1
Parent(s):
b27e448
Update README.md
Browse files
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-chat-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-chat-w4-g128-awq', 'pytorch_model.bin')
|
64 |
|
65 |
with init_empty_weights():
|
66 |
model = AutoModelForCausalLM.from_config(config=config,
|