abhinavkulkarni
commited on
Commit
•
5cd24a1
1
Parent(s):
3779a9d
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-chat-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-chat-w4-g128-awq')
|
64 |
|
65 |
with init_empty_weights():
|
66 |
model = AutoModelForCausalLM.from_config(config=config,
|