Skip to content

Commit

Permalink
default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Bslabe123 committed Jan 22, 2025
1 parent cf57adb commit 3b0f99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetstream/core/config_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class InstantiatedEngines:
@dataclasses.dataclass
class MetricsServerConfig:
port: uint16
model_name: Optional[str]
model_name: Optional[str] = None


# ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼#
Expand Down

0 comments on commit 3b0f99a

Please sign in to comment.