Commit 4b74f773 authored by wanglch's avatar wanglch
Browse files

Update README.md

parent 24b01289
...@@ -42,6 +42,23 @@ DeepSeek-R1的模型结构通过MLA、DeepSeekMoE、辅助损失无关的负载 ...@@ -42,6 +42,23 @@ DeepSeek-R1的模型结构通过MLA、DeepSeekMoE、辅助损失无关的负载
cd inference cd inference
pip install -r requirements.txt pip install -r requirements.txt
### Anaconda(方法三)
此处提供本地配置、编译的详细步骤,例如:
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。
```
DTK驱动:dtk24.04.3
python:3.10
torch:2.3.0
```
`Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一一对应`
其它非深度学习库参照requirement.txt安装:
cd inference
pip install -r requirements.txt
## 数据集 ## 数据集
......
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