Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlntin authored Jul 31, 2024
1 parent ad71046 commit dcd410a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

### 详细运行步骤
##### 步骤1:编译模型(以Qwen2-1.5B-Instruct)为例。
1. 除了上面说的CANN环境安装外,还需额外安装一些python模块。
1. 除了上面说的CANN环境安装外,还需额外安装一些python模块。当然,你也可以使用docker构建开发环境,但是注意你的芯片和对应的得是310B系列,如果不是,需要参考官方镜像文档做一些修改。
```bash
cd qwen-ascend-llm
pip install -r ./requirements.txt
Expand Down Expand Up @@ -132,4 +132,4 @@
- [x] 兼容OpenAI的api搭建
- [x] 支持functional call
- [ ] 支持模型量化,如weight only, smooth quant等
- [x] 支持Docker快速部署
- [x] 支持Docker快速部署

0 comments on commit dcd410a

Please sign in to comment.