Abhinav Kulkarni commited on
Commit
ac682a3
1 Parent(s): 7528ef2

Updated README

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