Commit 8ff4d803 authored by yujq2's avatar yujq2
Browse files

使用过程中发现有些内容会报错,跟实际用到的有点出入

parent 5fdce5ee
Pipeline #2156 failed with stages
in 0 seconds
......@@ -25,7 +25,7 @@ docker run -it --name baichuan --shm-size=1024G -v /opt/hyhal:/opt/hyhal:ro --de
- 提供2种源码编译方式(进入AutoAWQ目录):
```
export LD_LIBRARY_PATH=/usr/local/lib/python3.10/site-packages/torch/lib:$LD_LIBRARY_PATH
pip install -r requirements.txt
pip install -r requirements
#源码编译安装
pip3 install e .
......@@ -37,7 +37,7 @@ cd dist && pip3 install autoawq*
## 验证
```
python -c "import awq_ext; print(awq_ext.__version__)"
python -c "import awq_ext; print(awq_ext.__dcu_version__)"
```
版本号与官方版本同步,查询该软件的版本号,例如0.0.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