Fix typos in README
#28
by
madhavatreplit
- opened
README.md
CHANGED
@@ -184,10 +184,10 @@ Experiment with different decoding methods and parameters to get the best result
|
|
184 |
You can also load the model in 8-bit with the `load_in_8bit=True` kwarg that uses `bitsandbytes` under the hood.
|
185 |
|
186 |
First you need to install the following additional dependanices:
|
187 |
-
|
188 |
accelerate
|
189 |
bitsandbytes
|
190 |
-
|
191 |
|
192 |
Then you can load the model in 8bit as follows:
|
193 |
|
|
|
184 |
You can also load the model in 8-bit with the `load_in_8bit=True` kwarg that uses `bitsandbytes` under the hood.
|
185 |
|
186 |
First you need to install the following additional dependanices:
|
187 |
+
```
|
188 |
accelerate
|
189 |
bitsandbytes
|
190 |
+
```
|
191 |
|
192 |
Then you can load the model in 8bit as follows:
|
193 |
|