Abhinav Kulkarni
		
	commited on
		
		
					Commit 
							
							·
						
						5009189
	
1
								Parent(s):
							
							4d3e251
								
Updated README
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -32,7 +32,7 @@ For Docker users, the `nvcr.io/nvidia/pytorch:23.06-py3` image is runtime v12.1 
     | 
|
| 32 | 
         
             
            ```bash
         
     | 
| 33 | 
         
             
            git clone https://github.com/mit-han-lab/llm-awq \
         
     | 
| 34 | 
         
             
            && cd llm-awq \
         
     | 
| 35 | 
         
            -
            && git checkout  
     | 
| 36 | 
         
             
            && pip install -e . \
         
     | 
| 37 | 
         
             
            && cd awq/kernels \
         
     | 
| 38 | 
         
             
            && python setup.py install
         
     | 
| 
         | 
|
| 32 | 
         
             
            ```bash
         
     | 
| 33 | 
         
             
            git clone https://github.com/mit-han-lab/llm-awq \
         
     | 
| 34 | 
         
             
            && cd llm-awq \
         
     | 
| 35 | 
         
            +
            && git checkout f084f40bd996f3cf3a0633c1ad7d9d476c318aaa \
         
     | 
| 36 | 
         
             
            && pip install -e . \
         
     | 
| 37 | 
         
             
            && cd awq/kernels \
         
     | 
| 38 | 
         
             
            && python setup.py install
         
     |