jiangchengchengNLP commited on
Commit
f7e7f92
1 Parent(s): 52f82be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -16,7 +16,7 @@ license: apache-2.0
16
  ```
17
  pip install bitsandbytes
18
  ```
19
-
20
  确保你安装了auto-gptq
21
 
22
  !git clone https://github.com/AutoGPTQ/AutoGPTQ
@@ -24,6 +24,7 @@ pip install bitsandbytes
24
  cd AutoGPTQ
25
 
26
  !pip install -e .
 
27
 
28
  ```
29
  import torch
 
16
  ```
17
  pip install bitsandbytes
18
  ```
19
+ ```
20
  确保你安装了auto-gptq
21
 
22
  !git clone https://github.com/AutoGPTQ/AutoGPTQ
 
24
  cd AutoGPTQ
25
 
26
  !pip install -e .
27
+ ```
28
 
29
  ```
30
  import torch