Ligeng-Zhu commited on
Commit
6bce680
·
verified ·
1 Parent(s): f55502a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -6,6 +6,13 @@ base_model:
6
  - Qwen/Qwen2.5-1.5B-Instruct
7
  ---
8
 
 
 
 
 
 
 
 
9
 
10
  ```python
11
  from transformers import AutoConfig, AutoModel
 
6
  - Qwen/Qwen2.5-1.5B-Instruct
7
  ---
8
 
9
+ Dependency setups:
10
+
11
+ ```bash
12
+ pip install transformers==4.46 accelerate opencv-python torchvision einops
13
+ pip install git+https://github.com/bfshi/scaling_on_scales.git
14
+ ```
15
+
16
 
17
  ```python
18
  from transformers import AutoConfig, AutoModel