Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Qwen3.5_vllm
Commits
29735ab6
Commit
29735ab6
authored
Feb 17, 2026
by
luopl
Browse files
update README
parent
1f7b7ce3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
12 deletions
+3
-12
README.md
README.md
+3
-12
flash_mla-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
flash_mla-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
+0
-0
vllm-0.15.1+das.opt1.alpha.dtk2604-cp310-cp310-linux_x86_64.whl
....15.1+das.opt1.alpha.dtk2604-cp310-cp310-linux_x86_64.whl
+0
-0
No files found.
README.md
View file @
29735ab6
...
@@ -38,13 +38,7 @@ Qwen3.5 通过异构基础设施实现高效的原生多模态训练:
...
@@ -38,13 +38,7 @@ Qwen3.5 通过异构基础设施实现高效的原生多模态训练:
| triton | 3.3.0+das.opt2.dtk2604.20260203.g393ad86c |
| triton | 3.3.0+das.opt2.dtk2604.20260203.g393ad86c |
| torch | 2.9.0+das.opt1.dtk2604.20260126.g22910426 |
| torch | 2.9.0+das.opt1.dtk2604.20260126.g22910426 |
当前仅支持镜像: harbor.sourcefind.cn:5443/dcu/admin/base/pytorch:2.9.1-ubuntu22.04-dtk26.04-0130-py3.10-20260204
当前仅支持定制镜像: image.sourcefind.cn:5000/dcu/admin/base/custom:pytorch2.9.1-ubuntu22.04-dtk26.04-0130-py3.10-20260204-qwen3_5
**注意**
:模型所依赖镜像暂未上线光源,请使用以下wget方式下载并load镜像:
```
bash
wget http://112.11.119.99:18000/docker-images/das18-20260204/pytorch2.9.1-ubuntu22.04-dtk26.04-0130-py3.10-20260204.tar.gz
docker load
-i
pytorch2.9.1-ubuntu22.04-dtk26.04-0130-py3.10-20260204.tar.gz
```
-
挂载地址
`-v`
根据实际模型情况修改
-
挂载地址
`-v`
根据实际模型情况修改
```
bash
```
bash
...
@@ -62,15 +56,12 @@ docker run -it \
...
@@ -62,15 +56,12 @@ docker run -it \
-u
root
\
-u
root
\
-v
/opt/hyhal/:/opt/hyhal/:ro
\
-v
/opt/hyhal/:/opt/hyhal/:ro
\
-v
/path/your_code_data/:/path/your_code_data/
\
-v
/path/your_code_data/:/path/your_code_data/
\
harbor
.sourcefind.cn:5
443
/dcu/admin/base/pytorch
:
2.9.1-ubuntu22.04-dtk26.04-0130-py3.10-20260204 bash
image
.sourcefind.cn:5
000
/dcu/admin/base/
custom:
pytorch2.9.1-ubuntu22.04-dtk26.04-0130-py3.10-20260204
-qwen3_5
bash
```
```
更多镜像可前往
[
光源
](
https://sourcefind.cn/#/service-list
)
下载使用。
更多镜像可前往
[
光源
](
https://sourcefind.cn/#/service-list
)
下载使用。
关于本项目DCU显卡所需的特殊深度学习库可从
[
光合
](
https://developer.sourcefind.cn/tool/
)
开发者社区下载安装,
vllm、flash_mla、numpy等
需要替换安装:
关于本项目DCU显卡所需的特殊深度学习库可从
[
光合
](
https://developer.sourcefind.cn/tool/
)
开发者社区下载安装,
numpy、transformers库
需要替换安装:
```
```
pip uninstall vllm flash_mla numpy
pip install flash_mla-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
pip install vllm-0.15.1+das.opt1.alpha.dtk2604-cp310-cp310-linux_x86_64.whl
pip install git+https://github.com/huggingface/transformers.git
pip install git+https://github.com/huggingface/transformers.git
pip install numpy==1.25.0
pip install numpy==1.25.0
```
```
...
...
flash_mla-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
deleted
100644 → 0
View file @
1f7b7ce3
File deleted
vllm-0.15.1+das.opt1.alpha.dtk2604-cp310-cp310-linux_x86_64.whl
deleted
100644 → 0
View file @
1f7b7ce3
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment