abhinavkulkarni
commited on
Commit
•
4201307
1
Parent(s):
8688d11
Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ q_config = {
|
|
57 |
"q_group_size": 64,
|
58 |
}
|
59 |
|
60 |
-
load_quant = snapshot_download('abhinavkulkarni/tiiuae-falcon-40b-instruct-w4-g128-awq'
|
61 |
|
62 |
with init_empty_weights():
|
63 |
model = AutoModelForCausalLM.from_config(config=config,
|
|
|
57 |
"q_group_size": 64,
|
58 |
}
|
59 |
|
60 |
+
load_quant = snapshot_download('abhinavkulkarni/tiiuae-falcon-40b-instruct-w4-g128-awq')
|
61 |
|
62 |
with init_empty_weights():
|
63 |
model = AutoModelForCausalLM.from_config(config=config,
|