Commit 45f9562d authored by dengjb's avatar dengjb
Browse files

update

parent 4b2d5e2c
Pipeline #3458 canceled with stages
...@@ -22,7 +22,7 @@ G本工作主要通过一种强调简洁性的设计理念来解决原生多模 ...@@ -22,7 +22,7 @@ G本工作主要通过一种强调简洁性的设计理念来解决原生多模
| :------: | :------: | | :------: | :------: |
| DTK | dtk25.04 | | DTK | dtk25.04 |
| python |3.10 | | python |3.10 |
| transformers | 5.3.0 | | transformers | 4.57.6 |
| torch | 2.5.1+das.opt1.dtk25042 | | torch | 2.5.1+das.opt1.dtk25042 |
| torchaudio | 2.5.1+das.opt1.dtk25042 | | torchaudio | 2.5.1+das.opt1.dtk25042 |
...@@ -71,9 +71,25 @@ HIP_VISIBLE_DEVICES=0,1,2,3 python longcat-next_inference.py ...@@ -71,9 +71,25 @@ HIP_VISIBLE_DEVICES=0,1,2,3 python longcat-next_inference.py
## 效果展示 ## 效果展示
|:------:|:----:|
| 输入 | 输出 | <table>
|<div align=center> <img src="./assets/book.png"/></div>| <div align=center> <img src="./assets/result.jpg"/></div> | <tr>
<td align="center">
<b>输入</b><br>
</td>
<td align="center">
<b>输出</b><br>
</td>
</tr>
<tr>
<td align="center">
<img src="./assets/book.png" width="400"/>
</td>
<td align="center">
<img src="./assets/result.jpg" width="400"/>
</td>
</tr>
</table>
### 精度 ### 精度
DCU与GPU精度一致,推理框架:vllm。 DCU与GPU精度一致,推理框架:vllm。
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment