diff --git a/docs/source/models/adding_model.rst b/docs/source/models/adding_model.rst index a18ae7efdde8a..1184a23224568 100644 --- a/docs/source/models/adding_model.rst +++ b/docs/source/models/adding_model.rst @@ -26,7 +26,7 @@ This gives you the ability to modify the codebase and test your model. ------------------------ Clone the PyTorch model code from the HuggingFace Transformers repository and put it into the `vllm/model_executor/models `_ directory. -For instance, vLLM's `OPT model `_ was adpated from the HuggingFace's `modeling_opt.py `_ file. +For instance, vLLM's `OPT model `_ was adapted from the HuggingFace's `modeling_opt.py `_ file. .. warning:: When copying the model code, make sure to review and adhere to the code's copyright and licensing terms.