We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b84fe4 commit a69ba2cCopy full SHA for a69ba2c
eval_protocol/pytest/remote_rollout_processor.py
@@ -43,6 +43,8 @@ def __init__(
43
if os.getenv("EP_REMOTE_ROLLOUT_PROCESSOR_BASE_URL"):
44
self._remote_base_url = os.getenv("EP_REMOTE_ROLLOUT_PROCESSOR_BASE_URL")
45
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")
48
self._poll_interval = poll_interval
49
self._timeout_seconds = timeout_seconds
50
self._output_data_loader = output_data_loader
0 commit comments