Commit e1e4fabd authored by yangql's avatar yangql
Browse files

Update README.md

parent 8464dc97
...@@ -25,7 +25,7 @@ docker run -it --name baichuan --shm-size=1024G -v /opt/hyhal:/opt/hyhal:ro --de ...@@ -25,7 +25,7 @@ docker run -it --name baichuan --shm-size=1024G -v /opt/hyhal:/opt/hyhal:ro --de
- 提供2种源码编译方式(进入AutoAWQ目录): - 提供2种源码编译方式(进入AutoAWQ目录):
``` ```
export LD_LIBRARY_PATH=/usr/local/lib/python3.10/site-packages/torch/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=/usr/local/lib/python3.10/site-packages/torch/lib:$LD_LIBRARY_PATH
pip install -r requirements.txt
#源码编译安装 #源码编译安装
pip3 install e . pip3 install e .
......
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