Commit
·
cc0a4f1
1
Parent(s):
c17eb2e
Fix typos in README (#28)
Browse files- Fix typos in README (cd24b57c9af2236ba2448abd37536dd68d1b19f4)
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 |
|