zhangyikai
commited on
Commit
•
71d17b0
1
Parent(s):
57fd3ee
Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,17 @@ tags:
|
|
46 |
🚀 Ask questions or discuss ideas on <a href="https://github.com/AIDC-AI/Wings/discussions" target="_blank"> GitHub </a>
|
47 |
</p>
|
48 |
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
We have released Wings<sub>base</sub>-Qwen1_5-8B, a version aligned with LLaVA-v1.5 pretrain and finetune training data.
|
52 |
|
|
|
46 |
🚀 Ask questions or discuss ideas on <a href="https://github.com/AIDC-AI/Wings/discussions" target="_blank"> GitHub </a>
|
47 |
</p>
|
48 |
|
49 |
+
🪽 [Here](https://github.com/AIDC-AI/Wings/blob/main/infer.py) is the demo of Inference. We apologize for any inconvenience. Currently, Wings can only be loaded through the [raw method](https://github.com/AIDC-AI/Wings/blob/main/wings/utils.py#L81), but we are working on improving this.
|
50 |
+
|
51 |
+
```
|
52 |
+
git clone https://github.com/AIDC-AI/Wings.git
|
53 |
+
cd Wings
|
54 |
+
pip install -r requirements.txt
|
55 |
+
# Place the path of the downloaded safetensors into the run/infer.sh.
|
56 |
+
bash run/infer.sh
|
57 |
+
```
|
58 |
+
|
59 |
+
<br>
|
60 |
|
61 |
We have released Wings<sub>base</sub>-Qwen1_5-8B, a version aligned with LLaVA-v1.5 pretrain and finetune training data.
|
62 |
|