jiangchengchengNLP
commited on
Commit
•
52f82be
1
Parent(s):
cfc6ae9
Update README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,11 @@ pip install bitsandbytes
|
|
18 |
```
|
19 |
|
20 |
确保你安装了auto-gptq
|
|
|
21 |
!git clone https://github.com/AutoGPTQ/AutoGPTQ
|
|
|
22 |
cd AutoGPTQ
|
|
|
23 |
!pip install -e .
|
24 |
|
25 |
```
|
|
|
18 |
```
|
19 |
|
20 |
确保你安装了auto-gptq
|
21 |
+
|
22 |
!git clone https://github.com/AutoGPTQ/AutoGPTQ
|
23 |
+
|
24 |
cd AutoGPTQ
|
25 |
+
|
26 |
!pip install -e .
|
27 |
|
28 |
```
|