Skip to content

Commit

Permalink
set type to int for ctx lens
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloomAus authored and Curt Tigges committed Oct 18, 2024
1 parent d2bebbc commit e4b5be6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sae_lens/evals.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ def process_results(eval_results: list[defaultdict[Any, Any]], output_dir: str):
arg_parser.add_argument(
"--ctx_lens",
nargs="+",
type=int,
default=[128],
help="Context lengths to evaluate on.",
)
Expand Down

0 comments on commit e4b5be6

Please sign in to comment.