Abhinav Kulkarni commited on
Commit
fe5e562
1 Parent(s): 4a2aeec

Updated README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ For Docker users, the `nvcr.io/nvidia/pytorch:23.06-py3` image is runtime v12.1
34
  ```bash
35
  git clone https://github.com/mit-han-lab/llm-awq \
36
  && cd llm-awq \
37
- && git checkout ce4a6bb1c238c014a06672cb74f6865573494d66 \
38
  && pip install -e . \
39
  && cd awq/kernels \
40
  && python setup.py install
 
34
  ```bash
35
  git clone https://github.com/mit-han-lab/llm-awq \
36
  && cd llm-awq \
37
+ && git checkout f084f40bd996f3cf3a0633c1ad7d9d476c318aaa \
38
  && pip install -e . \
39
  && cd awq/kernels \
40
  && python setup.py install