Spaces:
Running
Running
Fix typo
Browse files
README.md
CHANGED
|
@@ -112,7 +112,7 @@ HuggingFace Transformers
|
|
| 112 |
If you plan to use NLLB200, please use >= 4.28.0, as an important bug was fixed in this version.
|
| 113 |
pip install --upgrade transformers
|
| 114 |
|
| 115 |
-
BitsAndBytes (Optional, required 8-bits / 4-bits quantization)
|
| 116 |
pip install bitsandbytes
|
| 117 |
|
| 118 |
PEFT (Optional, required for loading LoRA models)
|
|
|
|
| 112 |
If you plan to use NLLB200, please use >= 4.28.0, as an important bug was fixed in this version.
|
| 113 |
pip install --upgrade transformers
|
| 114 |
|
| 115 |
+
BitsAndBytes (Optional, required for 8-bits / 4-bits quantization)
|
| 116 |
pip install bitsandbytes
|
| 117 |
|
| 118 |
PEFT (Optional, required for loading LoRA models)
|