Skip to content

Commit df651a7

Browse files
author
Dylan Huang
committed
hotfix in RemoteRolloutProcessor
1 parent 495ff63 commit df651a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eval_protocol/pytest/remote_rollout_processor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def __init__(
3131
# Prefer constructor-provided configuration. These can be overridden via
3232
# config.kwargs at call time for backward compatibility.
3333
self._remote_base_url = remote_base_url
34+
self._model_base_url = model_base_url
3435
if os.getenv("EP_REMOTE_ROLLOUT_PROCESSOR_BASE_URL"):
3536
self._remote_base_url = os.getenv("EP_REMOTE_ROLLOUT_PROCESSOR_BASE_URL")
3637
self._poll_interval = poll_interval

0 commit comments

Comments
 (0)