Avnish Kumar
commited on
Commit
·
8c8b3a3
1
Parent(s):
17544a5
Update README.md
Browse files
README.md
CHANGED
@@ -19,8 +19,8 @@ The following `bitsandbytes` quantization config was used during training:
|
|
19 |
- bnb_4bit_compute_dtype: float16
|
20 |
|
21 |
The following `bitsandbytes` quantization config was used during training:
|
22 |
-
- load_in_8bit:
|
23 |
-
- load_in_4bit:
|
24 |
- llm_int8_threshold: 6.0
|
25 |
- llm_int8_skip_modules: None
|
26 |
- llm_int8_enable_fp32_cpu_offload: False
|
|
|
19 |
- bnb_4bit_compute_dtype: float16
|
20 |
|
21 |
The following `bitsandbytes` quantization config was used during training:
|
22 |
+
- load_in_8bit: True
|
23 |
+
- load_in_4bit: False
|
24 |
- llm_int8_threshold: 6.0
|
25 |
- llm_int8_skip_modules: None
|
26 |
- llm_int8_enable_fp32_cpu_offload: False
|