Skip to content

Commit 187a5ae

Browse files
Update quick_start.md
1 parent 866946d commit 187a5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get_started/quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python -m fastdeploy.entrypoints.openai.api_server \
2525
--max-num-seqs 32
2626
```
2727

28-
> 💡 Note: In the path specified by ```--model```, if the subdirectory corresponding to the path does not exist in the current directory, it will try to query whether AIStudio has a preset model based on the specified model name (such as ```baidu/ERNIE-4.5-0.3B-Base-Paddle```). If it exists, it will automatically start downloading. The default download path is: ```~/xx```. For instructions and configuration on automatic model download, see [Model Download](../supported_models.md).
28+
> 💡 Note: In the path specified by ```--model```, if the subdirectory corresponding to the path does not exist in the current directory, it will try to query whether AIStudio has a preset model based on the specified model name (such as ```baidu/ERNIE-4.5-0.3B-Paddle```). If it exists, it will automatically start downloading. The default download path is: ```~/xx```. For instructions and configuration on automatic model download, see [Model Download](../supported_models.md).
2929
```--max-model-len``` indicates the maximum number of tokens supported by the currently deployed service.
3030
```--max-num-seqs``` indicates the maximum number of concurrent processing supported by the currently deployed service.
3131

0 commit comments

Comments
 (0)