You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source_en/Instruction/Command-line-parameters.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -442,6 +442,7 @@ The meanings of the following parameters can be referenced [here](https://huggin
442
442
- use_vllm: Whether to use vLLM as the infer_backend for GRPO generation, default is False.
443
443
- vllm_mode: Mode to use for vLLM integration when `use_vllm` is set to `True`. Must be one of `server` or `colocate`
444
444
- vllm_mode server parameter
445
+
- vllm_server_base_url: Base URL for the vLLM server (e.g., 'http://localhost:8000'). If provided, `vllm_server_host` " "and `vllm_server_port` are ignored. Default is None.
445
446
- vllm_server_host: The host address of the vLLM server. Default is None. This is used when connecting to an external vLLM server.
446
447
- vllm_server_port: The service port of the vLLM server. Default is 8000.
447
448
- vllm_server_timeout: The connection timeout for the vLLM server. Default is 120 seconds.
Copy file name to clipboardExpand all lines: docs/source_en/Instruction/GRPO.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,7 @@ Arguments
219
219
- use_vllm: Whether to use vLLM as the infer_backend for GRPO generation, default is False.
220
220
- vllm_mode: Mode to use for vLLM integration when `use_vllm` is set to `True`. Must be one of `server` or `colocate`
221
221
- vllm_mode server parameter
222
+
- vllm_server_base_url: Base URL for the vLLM server (e.g., 'http://localhost:8000'). If provided, `vllm_server_host` " "and `vllm_server_port` are ignored. Default is None.
222
223
- vllm_server_host: The host address of the vLLM server. Default is None. This is used when connecting to an external vLLM server.
223
224
- vllm_server_port: The service port of the vLLM server. Default is 8000.
224
225
- vllm_server_timeout: The connection timeout for the vLLM server. Default is 120 seconds.
0 commit comments