abhinavkulkarni
commited on
Commit
•
911f42b
1
Parent(s):
8f8f68c
Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ q_config = {
|
|
60 |
"q_group_size": 64,
|
61 |
}
|
62 |
|
63 |
-
load_quant = hf_hub_download('abhinavkulkarni/falcon-7b-instruct-w4-g64-awq', 'pytorch_model.bin')
|
64 |
|
65 |
with init_empty_weights():
|
66 |
model = AutoModelForCausalLM.from_config(config=config,
|
|
|
60 |
"q_group_size": 64,
|
61 |
}
|
62 |
|
63 |
+
load_quant = hf_hub_download('abhinavkulkarni/tiiaue-falcon-7b-instruct-w4-g64-awq', 'pytorch_model.bin')
|
64 |
|
65 |
with init_empty_weights():
|
66 |
model = AutoModelForCausalLM.from_config(config=config,
|