"vscode:/vscode.git/clone" did not exist on "31ab453d37f08e7f13f0bda37d9963755de23632"
Commit 39a85070 authored by chenych's avatar chenych
Browse files

delete tile

parent 799a5017
......@@ -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
cd /your_code_path/deepseek-v3.2-exp_pytorch
pip install tilelang==0.1.6
```
### Dockerfile(方法二)
......@@ -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
cd /your_code_path/deepseek-v3.2-exp_pytorch
pip install tilelang==0.1.6
```
### Anaconda(方法三)
......@@ -49,7 +49,7 @@ transformers: 4.55.0
`Tips:以上dtk驱动、pytorch等DCU相关工具版本需要严格一一对应`, 其它库安装方式如下:
```bash
pip install tilelang==0.1.6
```
## 数据集
......
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