pavan-naik commited on
Commit
819a364
·
verified ·
1 Parent(s): e03ec9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -54,6 +54,7 @@ bnb_config = BitsAndBytesConfig(
54
  # Load base model
55
  base_model = AutoModelForCausalLM.from_pretrained(
56
  "meta-llama/Llama-3.2-1B-Instruct",
 
57
  device_map="auto"
58
  )
59
 
 
54
  # Load base model
55
  base_model = AutoModelForCausalLM.from_pretrained(
56
  "meta-llama/Llama-3.2-1B-Instruct",
57
+ #quantization_config=bnb_config, #uncomment if you want to use quatized version.
58
  device_map="auto"
59
  )
60