Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first commit
Browse files Browse the repository at this point in the history
Bslabe123 committed Jan 23, 2025
1 parent ce378ec commit 564887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MaxText/maxengine_server.py
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ def main(config):

metrics_server_config: config_lib.MetricsServerConfig | None = None
if config.prometheus_port != 0:
metrics_server_config = config_lib.MetricsServerConfig(port=config.prometheus_port)
metrics_server_config = config_lib.MetricsServerConfig(port=config.prometheus_port, model_name=config.model_name)

# We separate credential from run so that we can unit test it with
# local credentials.

0 comments on commit 564887b

Please sign in to comment.