Update README.md
Browse files
README.md
CHANGED
@@ -91,7 +91,7 @@ chatglm_fitness_lora
|
|
91 |
└── adapter_model.bin
|
92 |
```
|
93 |
--------------------------------------------------------------------------------
|
94 |
-
## Usage2 16G
|
95 |
First, you pass your input through the transformer model, then you get the generated sentence.
|
96 |
```
|
97 |
pip install transformers
|
|
|
91 |
└── adapter_model.bin
|
92 |
```
|
93 |
--------------------------------------------------------------------------------
|
94 |
+
## Usage2 16G及以下显存用户下载整个模型,可支持fp16、int8、int4
|
95 |
First, you pass your input through the transformer model, then you get the generated sentence.
|
96 |
```
|
97 |
pip install transformers
|