Abhinav Kulkarni
commited on
Commit
•
d2f43c2
1
Parent(s):
84803ff
Updated README
Browse files
README.md
CHANGED
@@ -30,9 +30,9 @@ For Docker users, the `nvcr.io/nvidia/pytorch:23.06-py3` image is runtime v12.1
|
|
30 |
## How to Use
|
31 |
|
32 |
```bash
|
33 |
-
git clone https://github.com/
|
34 |
&& cd llm-awq \
|
35 |
-
&& git checkout
|
36 |
&& pip install -e . \
|
37 |
&& cd awq/kernels \
|
38 |
&& python setup.py install
|
|
|
30 |
## How to Use
|
31 |
|
32 |
```bash
|
33 |
+
git clone https://github.com/mit-han-lab/llm-awq \
|
34 |
&& cd llm-awq \
|
35 |
+
&& git checkout ce4a6bb1c238c014a06672cb74f6865573494d66 \
|
36 |
&& pip install -e . \
|
37 |
&& cd awq/kernels \
|
38 |
&& python setup.py install
|