Commit 493d2c66 authored by mashun1's avatar mashun1
Browse files

Update README.md

parent 524a1b6e
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
docker run --shm-size 50g --network=host --name=pt --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it <your IMAGE ID> bash docker run --shm-size 50g --network=host --name=pt --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it <your IMAGE ID> bash
pip install -r requirements.txt
### Dockerfile(方法二) ### Dockerfile(方法二)
...@@ -35,7 +34,6 @@ ...@@ -35,7 +34,6 @@
docker run --shm-size 50g --network=host --name=pt --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it <your IMAGE ID> bash docker run --shm-size 50g --network=host --name=pt --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it <your IMAGE ID> bash
pip install -r requirements.txt
### Anaconda (方法三) ### Anaconda (方法三)
...@@ -49,10 +47,6 @@ https://developer.hpccube.com/tool/ ...@@ -49,10 +47,6 @@ https://developer.hpccube.com/tool/
Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一一对应 Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一一对应
2、其它非特殊库参照requirements.txt安装
pip install -r requirements.txt
## 数据集 ## 数据集
可使用脚本下载数据集,也可通过SCNet高速通道进行下载, 可使用脚本下载数据集,也可通过SCNet高速通道进行下载,
...@@ -165,4 +159,4 @@ bash test_QuarkGluon_demo.sh ...@@ -165,4 +159,4 @@ bash test_QuarkGluon_demo.sh
## 参考资料 ## 参考资料
* https://github.com/jet-universe/particle_transformer * https://github.com/jet-universe/particle_transformer
* https://github.com/hqucms/weaver-core * https://github.com/hqucms/weaver-core
\ No newline at end of file
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