Psycho Pechnoi commited on
Commit
c55d85b
·
verified ·
1 Parent(s): 54c8299

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -28,6 +28,8 @@ The model is distilled from the original DeepSeek-R1 and uses the Qwen-2.5-7B ar
28
  - **Quantization:** 4-bit NormalFloat (NF4) for optimized memory usage.
29
 
30
  ## Usage
 
 
31
 
32
  ```python
33
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
28
  - **Quantization:** 4-bit NormalFloat (NF4) for optimized memory usage.
29
 
30
  ## Usage
31
+ ```python
32
+ pip install -U transformers -U bitsandbytes>=0.46.1
33
 
34
  ```python
35
  from transformers import AutoModelForCausalLM, AutoTokenizer