Abhinav Kulkarni
commited on
Commit
•
50b7a21
1
Parent(s):
a6aa367
Updated README
Browse files
README.md
CHANGED
@@ -27,9 +27,9 @@ This model was successfully tested on CUDA driver v530.30.02 and runtime v11.7 w
|
|
27 |
## How to Use
|
28 |
|
29 |
```bash
|
30 |
-
git clone https://github.com/
|
31 |
&& cd llm-awq \
|
32 |
-
&& git checkout
|
33 |
&& pip install -e . \
|
34 |
&& cd awq/kernels \
|
35 |
&& python setup.py install
|
|
|
27 |
## How to Use
|
28 |
|
29 |
```bash
|
30 |
+
git clone https://github.com/mit-han-lab/llm-awq \
|
31 |
&& cd llm-awq \
|
32 |
+
&& git checkout ce4a6bb1c238c014a06672cb74f6865573494d66 \
|
33 |
&& pip install -e . \
|
34 |
&& cd awq/kernels \
|
35 |
&& python setup.py install
|