Abhinav Kulkarni commited on
Commit
2b42c30
1 Parent(s): 44f60df

Updated README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/abhinavkulkarni/llm-awq \
35
  && cd llm-awq \
36
- && git checkout e977c5a570c5048b67a45b1eb823b81de02d0d60 \
37
  && pip install -e . \
38
  && cd awq/kernels \
39
  && python setup.py install
 
33
  ```bash
34
  git clone https://github.com/abhinavkulkarni/llm-awq \
35
  && cd llm-awq \
36
+ && git checkout ba01560f21516805fc5ceba5c2566dcbd1cf66d8 \
37
  && pip install -e . \
38
  && cd awq/kernels \
39
  && python setup.py install