Chore: Typo fixed in multiple files of docs/source/en/model_doc (#26833)

* Chore: Typo fixed in multiple files of docs/source/en/model_doc

* Update docs/source/en/model_doc/nllb-moe.md

Co-authored-by: Aryan V S <avs050602@gmail.com>

---------

Co-authored-by: Aryan V S <avs050602@gmail.com>
This commit is contained in:
Susheel Thapa
2023-10-17 10:55:08 +05:45
committed by GitHub
parent b8f1cde931
commit b3961f7291
6 changed files with 10 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ model.enable_cpu_offload()
Note that 🤗 Accelerate must be installed before using this feature. [Here's how to install it.](https://huggingface.co/docs/accelerate/basic_tutorials/install)
#### Combining optimizaton techniques
#### Combining optimization techniques
You can combine optimization techniques, and use CPU offload, half-precision and 🤗 Better Transformer all at once.