KGSAGAR commited on
Commit
6d79bde
1 Parent(s): 53edb7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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