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

Update README.md

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