Psycho Pechnoi commited on
Commit
c4fae7f
·
verified ·
1 Parent(s): dec5608

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -28,10 +28,11 @@ The model is distilled from the original DeepSeek-R1 and uses the Qwen-2.5-7B ar
28
 
29
  ## Usage
30
 
31
- Install Requirements:
32
  ```bash
33
  pip install -U transformers -U bitsandbytes>=0.46.1
34
-
 
35
  ```python
36
  from transformers import AutoModelForCausalLM, AutoTokenizer
37
  import torch
 
28
 
29
  ## Usage
30
 
31
+ **Install Requirements:**
32
  ```bash
33
  pip install -U transformers -U bitsandbytes>=0.46.1
34
+ ```
35
+ **Use the model with transformers:**
36
  ```python
37
  from transformers import AutoModelForCausalLM, AutoTokenizer
38
  import torch