Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,13 @@ tags: []
|
|
10 |
|
11 |
|
12 |
## Model Details
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
### Model Description
|
15 |
|
|
|
10 |
|
11 |
|
12 |
## Model Details
|
13 |
+
# quantization_config = BitsAndBytesConfig(
|
14 |
+
# load_in_4bit=True,
|
15 |
+
# bnb_4bit_compute_dtype=torch.float16,
|
16 |
+
# bnb_4bit_quant_type="squeezellm",
|
17 |
+
# bnb_4bit_use_double_quant=True,
|
18 |
+
# )
|
19 |
+
|
20 |
|
21 |
### Model Description
|
22 |
|