Abhinav Kulkarni commited on
Commit
cd07636
1 Parent(s): ffa0ed1

Updated README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,9 +31,9 @@ For Docker users, the `nvcr.io/nvidia/pytorch:23.06-py3` image is runtime v12.1
31
  ## How to Use
32
 
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
 
31
  ## How to Use
32
 
33
  ```bash
34
+ git clone https://github.com/mit-han-lab/llm-awq \
35
  && cd llm-awq \
36
+ && git checkout ce4a6bb1c238c014a06672cb74f6865573494d66 \
37
  && pip install -e . \
38
  && cd awq/kernels \
39
  && python setup.py install