Skip to content

Commit 519bbab

Browse files
author
Dylan Huang
committed
update ElasticsearchConfig
1 parent ff43edc commit 519bbab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eval_protocol/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
from .log_utils.rollout_id_filter import RolloutIdFilter
3737
from .log_utils.util import setup_rollout_logging_for_elasticsearch_handler
3838
from .log_utils.fireworks_tracing_http_handler import FireworksTracingHttpHandler
39+
from .log_utils.elasticsearch_client import ElasticsearchConfig
3940

4041

4142
from .types.remote_rollout_processor import (
@@ -75,6 +76,7 @@
7576
warnings.filterwarnings("default", category=DeprecationWarning, module="eval_protocol")
7677

7778
__all__ = [
79+
"ElasticsearchConfig",
7880
"ElasticsearchDirectHttpHandler",
7981
"RolloutIdFilter",
8082
"setup_rollout_logging_for_elasticsearch_handler",

0 commit comments

Comments
 (0)