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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -28,9 +28,11 @@ 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
- ```python
32
- pip install -U transformers -U bitsandbytes>=0.46.1
33
 
 
 
 
 
34
  ```python
35
  from transformers import AutoModelForCausalLM, AutoTokenizer
36
  import torch
 
28
  - **Quantization:** 4-bit NormalFloat (NF4) for optimized memory usage.
29
 
30
  ## Usage
 
 
31
 
32
+ Install Requirements:
33
+ **pip install -U transformers -U bitsandbytes>=0.46.1**
34
+
35
+ Use the model:
36
  ```python
37
  from transformers import AutoModelForCausalLM, AutoTokenizer
38
  import torch