Commit 986dd49f authored by raojy's avatar raojy
Browse files

updata

parent e85443f7
......@@ -56,6 +56,10 @@ docker run -it \
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.sourcefind.cn/tool/)开发者社区下载安装。
```
pip install -r requirements.txt
```
## 数据集
在 LLaMA-Factory中自带测试数据集,使用mllm_demo,identity,mllm_video_demo数据集,已经包含在data目录中
......@@ -308,9 +312,9 @@ DCU与GPU精度一致,推理框架:transformers、vllm。
| **模型名称** | **参数量** | **DCU 型号** | **最低卡数需求** | **下载地址** |
| :-------------------------: | :--------: | :---------------: | :--------------: | :----------------------------------------------------------: |
| **Qwen2.5-VL-3B-Instruct** | 3B | K100AI, BW1000 等 | 1 | [Hugging Face](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct) |
| **Qwen2.5-VL-7B-Instruct** | 7B | K100AI, BW1000 等 | 1 | [Hugging Face](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct) |
| **Qwen2.5-VL-72B-Instruct** | 72B | K100AI, BW1000 等 | 4 | [Hugging Face](https://huggingface.co/Qwen/Qwen2.5-VL-72B-Instruct) |
| **Qwen2.5-VL-3B-Instruct** | 3B | K100AI, BW1000 等 | 1 | [Qwen2.5-VL-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct) |
| **Qwen2.5-VL-7B-Instruct** | 7B | K100AI, BW1000 等 | 1 | [Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct) |
| **Qwen2.5-VL-72B-Instruct** | 72B | K100AI, BW1000 等 | 4 | [Qwen2.5-VL-72B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-72B-Instruct) |
## 源码仓库及问题反馈
......
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