Skip to content

Commit e611aef

Browse files
committed
test(vllm): preserve hostname resolution with IPv6 support
1 parent 4bc391d commit e611aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_vllm_client_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from trl.generation.vllm_client import (
2424
VLLMClient,
2525
_format_http_host,
26-
_normalize_communicator_host,
26+
_resolve_communicator_host,
2727
)
2828
from trl.generation.vllm_generation import extract_logprobs
2929
from trl.import_utils import is_vllm_available

0 commit comments

Comments
 (0)