Skip to content

Commit

Permalink
Fix parameter ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney committed Nov 2, 2023
1 parent c907ffb commit 5b306a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sparse_autoencoder/train/utils/wandb_sweep_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ class Parameter(Generic[ParamType]):
class WandbSweepConfig:
"""Weights & Biases Sweep Configuration."""

method: Method

parameters: Parameters

method: Method

apiVersion: str | None = None

command: list[Any] | None = None
Expand Down

0 comments on commit 5b306a7

Please sign in to comment.