Skip to content

Commit 3526d29

Browse files
committed
Point to v0.7.1 vllm docs
1 parent 21ad559 commit 3526d29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user_guides/mlops/serving/predictor.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To create your own it is recommended to [clone](../../projects/python/python_env
9292
!!! note
9393
Only available for LLM deployments.
9494

95-
You can select a configuration file to be added to the [artifact files](deployment.md#artifact-files). If a predictor script is provided, this configuration file will be available inside the model deployment at the local path stored in the `CONFIG_FILE_PATH` environment variable. If a predictor script is **not** provided, this configuration file will be directly passed to the vLLM server. You can find all configuration parameters supported by the vLLM server in the [vLLM documentation](https://docs.vllm.ai/en/v0.6.4/serving/openai_compatible_server.html).
95+
You can select a configuration file to be added to the [artifact files](deployment.md#artifact-files). If a predictor script is provided, this configuration file will be available inside the model deployment at the local path stored in the `CONFIG_FILE_PATH` environment variable. If a predictor script is **not** provided, this configuration file will be directly passed to the vLLM server. You can find all configuration parameters supported by the vLLM server in the [vLLM documentation](https://docs.vllm.ai/en/v0.7.1/serving/openai_compatible_server.html).
9696

9797
<p align="center">
9898
<figure>
@@ -279,7 +279,7 @@ Hopsworks Model Serving supports deploying models with a Flask server for python
279279
| Flask | ✅ | python-based (scikit-learn, xgboost, pytorch...) |
280280
| TensorFlow Serving | ✅ | keras, tensorflow |
281281
| TorchServe | ❌ | pytorch |
282-
| vLLM | ✅ | vLLM-supported models (see [list](https://docs.vllm.ai/en/v0.6.4/models/supported_models.html)) |
282+
| vLLM | ✅ | vLLM-supported models (see [list](https://docs.vllm.ai/en/v0.7.1/models/supported_models.html)) |
283283

284284
## Serving tool
285285

@@ -326,7 +326,7 @@ Depending on the model server, a **server configuration file** can be selected t
326326
The configuration file can be of any format, except in vLLM deployments **without a predictor script** for which a YAML file is ==required==.
327327

328328
!!! note "Passing arguments to vLLM via configuration file"
329-
For vLLM deployments **without a predictor script**, the server configuration file is ==required== and it is used to configure the vLLM server. For example, you can use this configuration file to specify the chat template or LoRA modules to be loaded by the vLLM server. See all available parameters in the [official documentation](https://docs.vllm.ai/en/v0.6.4/serving/openai_compatible_server.html#command-line-arguments-for-the-server).
329+
For vLLM deployments **without a predictor script**, the server configuration file is ==required== and it is used to configure the vLLM server. For example, you can use this configuration file to specify the chat template or LoRA modules to be loaded by the vLLM server. See all available parameters in the [official documentation](https://docs.vllm.ai/en/v0.7.1/serving/openai_compatible_server.html#command-line-arguments-for-the-server).
330330

331331
### Environment variables
332332

0 commit comments

Comments
 (0)