"vscode:/vscode.git/clone" did not exist on "ebfe47e46fa86a5b41be96c326a92f62ed6721da"
Commit c24e56ea authored by weishb's avatar weishb
Browse files

更新镜像

parent b9993633
...@@ -18,13 +18,10 @@ Nemotron-3 是由英伟达 (NVIDIA) 训练的大语言模型 (LLM),旨在提 ...@@ -18,13 +18,10 @@ Nemotron-3 是由英伟达 (NVIDIA) 训练的大语言模型 (LLM),旨在提
| :----------: | :------------------------------------------------: | | :----------: | :------------------------------------------------: |
| DTK | 26.04 | | DTK | 26.04 |
| python | 3.10.12 | | python | 3.10.12 |
| transformers | 5.2.0.dev0 | | transformers | 5.8.0 |
| vllm | 0.15.1+das.opt1.alpha.dtk2604 | | vllm | 0.18.1+das.dtk2604 |
| triton | 3.3.0+das.opt2.dtk2604.torch291.20260210.g1329924c |
| torch | 22.9.0+das.opt1.dtk2604.20260206.g275d08c2 |
| numpy | 1.26.1 |
当前仅支持以下镜像: `harbor.sourcefind.cn:5443/dcu/admin/base/custom:vllm0.15.1-ubuntu22.04-dtk26.04-0130-py3.10-20260220` 当前仅支持以下镜像: `harbor.sourcefind.cn:5443/dcu/admin/base/custom:vllm0.18.1-ubuntu22.04-dtk26.04-py3.10-20260510-2242`
- 挂载地址`-v` 根据实际模型情况修改 - 挂载地址`-v` 根据实际模型情况修改
...@@ -41,7 +38,7 @@ docker run -it --shm-size 200g \ ...@@ -41,7 +38,7 @@ docker run -it --shm-size 200g \
--security-opt seccomp=unconfined \ --security-opt seccomp=unconfined \
-u root \ -u root \
-v /opt/hyhal/:/opt/hyhal/:ro \ -v /opt/hyhal/:/opt/hyhal/:ro \
harbor.sourcefind.cn:5443/dcu/admin/base/custom:vllm0.15.1-ubuntu22.04-dtk26.04-0130-py3.10-20260220 bash harbor.sourcefind.cn:5443/dcu/admin/base/custom:vllm0.18.1-ubuntu22.04-dtk26.04-py3.10-20260510-2242 bash
``` ```
更多镜像可前往[光源](https://sourcefind.cn/#/service-list)下载使用。 更多镜像可前往[光源](https://sourcefind.cn/#/service-list)下载使用。
......
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