Rexe commited on
Commit
95ec245
1 Parent(s): 66bde12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -12,6 +12,7 @@ The following `bitsandbytes` quantization config was used during training:
12
  - llm_int8_skip_modules: None
13
  - llm_int8_enable_fp32_cpu_offload: False
14
  - llm_int8_has_fp16_weight: False
 
15
  - bnb_4bit_quant_type: fp4
16
  - bnb_4bit_use_double_quant: False
17
  - bnb_4bit_compute_dtype: float32
 
12
  - llm_int8_skip_modules: None
13
  - llm_int8_enable_fp32_cpu_offload: False
14
  - llm_int8_has_fp16_weight: False
15
+ - inference: true
16
  - bnb_4bit_quant_type: fp4
17
  - bnb_4bit_use_double_quant: False
18
  - bnb_4bit_compute_dtype: float32