Update README.md
Browse files
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
|