Siddharth63 commited on
Commit
6e61ef9
·
verified ·
1 Parent(s): a99f90b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
8
  import torch
9
  from auto_round import AutoRoundConfig ## must import for auto-round format
10
 
11
- quantized_model_path = "Siddharth63/Qwen3-4B-Base-4bit-Autoround-asym"
12
  quantization_config = AutoRoundConfig(backend="auto")
13
  model = AutoModelForCausalLM.from_pretrained(quantized_model_path, device_map="auto",
14
  torch_dtype=torch.float16,
 
8
  import torch
9
  from auto_round import AutoRoundConfig ## must import for auto-round format
10
 
11
+ quantized_model_path = "Siddharth63/Qwen3-8B-Base-4bit-Autoround-asym"
12
  quantization_config = AutoRoundConfig(backend="auto")
13
  model = AutoModelForCausalLM.from_pretrained(quantized_model_path, device_map="auto",
14
  torch_dtype=torch.float16,