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