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
DeepSeek-V3.2-Exp_vllm
Commits
39a85070
Commit
39a85070
authored
Sep 30, 2025
by
chenych
Browse files
delete tile
parent
799a5017
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
39a85070
...
@@ -23,7 +23,7 @@ dcoker pull image.sourcefind.cn:5000/dcu/admin/base/vllm:0.9.2-ubuntu22.04-dtk25
...
@@ -23,7 +23,7 @@ dcoker pull image.sourcefind.cn:5000/dcu/admin/base/vllm:0.9.2-ubuntu22.04-dtk25
docker run
-it
--shm-size
200g
--network
=
host
--name
{
docker_name
}
--privileged
--device
=
/dev/kfd
--device
=
/dev/dri
--device
=
/dev/mkfd
--group-add
video
--cap-add
=
SYS_PTRACE
--security-opt
seccomp
=
unconfined
-u
root
-v
/path/your_code_data/:/path/your_code_data/
-v
/opt/hyhal/:/opt/hyhal/:ro
{
imageID
}
bash
docker run
-it
--shm-size
200g
--network
=
host
--name
{
docker_name
}
--privileged
--device
=
/dev/kfd
--device
=
/dev/dri
--device
=
/dev/mkfd
--group-add
video
--cap-add
=
SYS_PTRACE
--security-opt
seccomp
=
unconfined
-u
root
-v
/path/your_code_data/:/path/your_code_data/
-v
/opt/hyhal/:/opt/hyhal/:ro
{
imageID
}
bash
cd
/your_code_path/deepseek-v3.2-exp_pytorch
cd
/your_code_path/deepseek-v3.2-exp_pytorch
pip
install
tilelang
==
0.1.6
```
```
### Dockerfile(方法二)
### Dockerfile(方法二)
...
@@ -34,7 +34,7 @@ docker build --no-cache -t deepseek-v3.2-exp:latest .
...
@@ -34,7 +34,7 @@ docker build --no-cache -t deepseek-v3.2-exp:latest .
docker run
-it
--shm-size
200g
--network
=
host
--name
{
docker_name
}
--privileged
--device
=
/dev/kfd
--device
=
/dev/dri
--device
=
/dev/mkfd
--group-add
video
--cap-add
=
SYS_PTRACE
--security-opt
seccomp
=
unconfined
-u
root
-v
/path/your_code_data/:/path/your_code_data/
-v
/opt/hyhal/:/opt/hyhal/:ro
{
imageID
}
bash
docker run
-it
--shm-size
200g
--network
=
host
--name
{
docker_name
}
--privileged
--device
=
/dev/kfd
--device
=
/dev/dri
--device
=
/dev/mkfd
--group-add
video
--cap-add
=
SYS_PTRACE
--security-opt
seccomp
=
unconfined
-u
root
-v
/path/your_code_data/:/path/your_code_data/
-v
/opt/hyhal/:/opt/hyhal/:ro
{
imageID
}
bash
cd
/your_code_path/deepseek-v3.2-exp_pytorch
cd
/your_code_path/deepseek-v3.2-exp_pytorch
pip
install
tilelang
==
0.1.6
```
```
### Anaconda(方法三)
### Anaconda(方法三)
...
@@ -49,7 +49,7 @@ transformers: 4.55.0
...
@@ -49,7 +49,7 @@ transformers: 4.55.0
`Tips:以上dtk驱动、pytorch等DCU相关工具版本需要严格一一对应`
, 其它库安装方式如下:
`Tips:以上dtk驱动、pytorch等DCU相关工具版本需要严格一一对应`
, 其它库安装方式如下:
```
bash
```
bash
pip
install
tilelang
==
0.1.6
```
```
## 数据集
## 数据集
...
...
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