Skip to content

Commit

Permalink
Disable huggingface by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Nov 6, 2024
1 parent bcf5c23 commit b02affe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks_jason/max_of_K_all_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
parser.add_argument(
"--save-to-hf",
action=BooleanOptionalAction,
default=True,
default=False,
help="Save to huggingface",
)
parser.add_argument(
Expand Down

0 comments on commit b02affe

Please sign in to comment.