abhinavkulkarni
commited on
Commit
·
a71ed33
1
Parent(s):
79bb584
Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ q_config = {
|
|
60 |
"q_group_size": 128,
|
61 |
}
|
62 |
|
63 |
-
load_quant = snapshot_download('abhinavkulkarni/mpt-30b-instruct-w4-g128-awq')
|
64 |
|
65 |
with init_empty_weights():
|
66 |
model = AutoModelForCausalLM.from_config(config=config,
|
|
|
60 |
"q_group_size": 128,
|
61 |
}
|
62 |
|
63 |
+
load_quant = snapshot_download('abhinavkulkarni/mosaicml-mpt-30b-instruct-w4-g128-awq')
|
64 |
|
65 |
with init_empty_weights():
|
66 |
model = AutoModelForCausalLM.from_config(config=config,
|