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