We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bfc8a commit c66f52eCopy full SHA for c66f52e
swift/llm/argument/rlhf_args.py
@@ -295,10 +295,6 @@ def _external_vllm_warning(self):
295
if self.rlhf_type != 'grpo' or not self.vllm_server_host:
296
return
297
298
- if self.vllm_device is not None:
299
- logger.warning("Configuration conflict: External vLLM engine detected, but 'vllm_device' is set to '%s'. ",
300
- self.vllm_device)
301
-
302
if self.vllm_max_model_len is not None:
303
logger.warning(
304
"Configuration conflict: 'vllm_max_model_len=%s' is ignored for external vLLM. "
0 commit comments