Abhinav Kulkarni commited on
Commit
bb5b51c
1 Parent(s): dc71fb8

Updated README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,9 +27,9 @@ This model was successfully tested on CUDA driver v530.30.02 and runtime v11.7 w
27
  ## How to Use
28
 
29
  ```bash
30
- git clone https://github.com/abhinavkulkarni/llm-awq \
31
  && cd llm-awq \
32
- && git checkout ba01560f21516805fc5ceba5c2566dcbd1cf66d8 \
33
  && pip install -e . \
34
  && cd awq/kernels \
35
  && python setup.py install
 
27
  ## How to Use
28
 
29
  ```bash
30
+ git clone https://github.com/mit-han-lab/llm-awq \
31
  && cd llm-awq \
32
+ && git checkout ce4a6bb1c238c014a06672cb74f6865573494d66 \
33
  && pip install -e . \
34
  && cd awq/kernels \
35
  && python setup.py install