Scoolar commited on
Commit
bcfb6d9
·
1 Parent(s): 4433d9c

fix typo in readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ nf4_config = BitsAndBytesConfig(
93
  bnb_4bit_quant_type="nf4",
94
  bnb_4bit_compute_dtype=DEFAULT_DTYPE,
95
  llm_int8_skip_modules=[
96
- # Module names can also be relative like "ff_norm" which would apply to all such layers
97
  "model.vision_backbone", "model.transformer.ff_out", "model.transformer.ln_f"
98
  ]
99
  )
 
93
  bnb_4bit_quant_type="nf4",
94
  bnb_4bit_compute_dtype=DEFAULT_DTYPE,
95
  llm_int8_skip_modules=[
96
+ # Module names can also be relative like "ff_norm" which would apply to all such layers
97
  "model.vision_backbone", "model.transformer.ff_out", "model.transformer.ln_f"
98
  ]
99
  )