Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yujq2
AutoAWQ_kernels
Commits
8ff4d803
Commit
8ff4d803
authored
Dec 25, 2024
by
yujq2
Browse files
使用过程中发现有些内容会报错,跟实际用到的有点出入
parent
5fdce5ee
Pipeline
#2156
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
8ff4d803
...
@@ -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
pip install -r requirements
#源码编译安装
#源码编译安装
pip3 install e .
pip3 install e .
...
@@ -37,7 +37,7 @@ cd dist && pip3 install autoawq*
...
@@ -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;
版本号与官方版本同步,查询该软件的版本号,例如0.0.6;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment