diff --git a/docs/source/supported_models.md b/docs/source/supported_models.md index 77041f75..c5768d9a 100644 --- a/docs/source/supported_models.md +++ b/docs/source/supported_models.md @@ -28,13 +28,12 @@ AutoModelForCausalLM.from_pretrained(, device_map="auto")` AutoModelForSeq2SeqLM.from_pretrained(, device_map="auto") ``` -If you wish to serve a supported model that already exists on a local folder, Just point to the local folder. +If you wish to serve a supported model that already exists on a local folder, just point to the local folder. -text-generation-launcher --model-id - ```bash -text-generation-launcher --model-id bigscience/bloom --weights-cache-override -``` +text-generation-launcher --model-id +`````` + ## Supported Hardware