Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -61,7 +61,7 @@ You can load and use the model with our wrapper based on the 🤗 Transformers l | |
| 61 | 
             
            from transformers import AutoTokenizer
         | 
| 62 | 
             
            from sinq.patch_model import AutoSINQHFModel
         | 
| 63 |  | 
| 64 | 
            -
            model_name = "huawei- | 
| 65 | 
             
            tokenizer = AutoTokenizer.from_pretrained(model_name)
         | 
| 66 | 
             
            sinq_model = AutoSINQHFModel.from_quantized_safetensors(
         | 
| 67 | 
             
                model_name,
         | 
|  | |
| 61 | 
             
            from transformers import AutoTokenizer
         | 
| 62 | 
             
            from sinq.patch_model import AutoSINQHFModel
         | 
| 63 |  | 
| 64 | 
            +
            model_name = "huawei-csl/Qwen3-1.7B-3bit-SINQ"
         | 
| 65 | 
             
            tokenizer = AutoTokenizer.from_pretrained(model_name)
         | 
| 66 | 
             
            sinq_model = AutoSINQHFModel.from_quantized_safetensors(
         | 
| 67 | 
             
                model_name,
         | 
