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