Commit 3ee46764 authored by chenzk's avatar chenzk
Browse files

Update sf.md

parent 6b7dfc47
...@@ -37,7 +37,7 @@ cd /your_code_path/ ...@@ -37,7 +37,7 @@ cd /your_code_path/
pip install -r requirements.txt pip install -r requirements.txt
``` ```
### Anaconda(方法三) ### Anaconda(方法三)
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。 关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.sourcefind.cn/tool/)开发者社区下载安装。
``` ```
DTK驱动: dtk24.04.2 DTK驱动: dtk24.04.2
python: 3.10 python: 3.10
...@@ -92,7 +92,7 @@ HIP_VISIBLE_DEVICES=0,1,2,3 python3 -m torch.distributed.launch --nproc_per_node ...@@ -92,7 +92,7 @@ HIP_VISIBLE_DEVICES=0,1,2,3 python3 -m torch.distributed.launch --nproc_per_node
## 源码仓库及问题反馈 ## 源码仓库及问题反馈
- https://developer.hpccube.com/codes/modelzoo/swin-transformer-pytorch - https://developer.sourcefind.cn/codes/modelzoo/swin-transformer-pytorch
### 参考资料 ### 参考资料
......
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