Abhinav Kulkarni
commited on
Commit
•
a0da677
1
Parent(s):
872b6a6
Updated README
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ For Docker users, the `nvcr.io/nvidia/pytorch:23.06-py3` image is runtime v12.1
|
|
33 |
```bash
|
34 |
git clone https://github.com/mit-han-lab/llm-awq \
|
35 |
&& cd llm-awq \
|
36 |
-
&& git checkout
|
37 |
&& pip install -e . \
|
38 |
&& cd awq/kernels \
|
39 |
&& python setup.py install
|
|
|
33 |
```bash
|
34 |
git clone https://github.com/mit-han-lab/llm-awq \
|
35 |
&& cd llm-awq \
|
36 |
+
&& git checkout f084f40bd996f3cf3a0633c1ad7d9d476c318aaa \
|
37 |
&& pip install -e . \
|
38 |
&& cd awq/kernels \
|
39 |
&& python setup.py install
|