Skip to content

Commit a69ba2c

Browse files
committed
Add
1 parent 3b84fe4 commit a69ba2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eval_protocol/pytest/remote_rollout_processor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ def __init__(
4343
if os.getenv("EP_REMOTE_ROLLOUT_PROCESSOR_BASE_URL"):
4444
self._remote_base_url = os.getenv("EP_REMOTE_ROLLOUT_PROCESSOR_BASE_URL")
4545
self._model_base_url = model_base_url
46+
if os.getenv("EP_MODEL_BASE_URL"):
47+
self._model_base_url = os.getenv("EP_MODEL_BASE_URL")
4648
self._poll_interval = poll_interval
4749
self._timeout_seconds = timeout_seconds
4850
self._output_data_loader = output_data_loader

0 commit comments

Comments
 (0)