Skip to content

Commit

Permalink
Undo accidental default value change
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca committed Nov 14, 2023
1 parent 3a3d029 commit c883bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def download_from_hub(
repo_id: Optional[str] = None,
access_token: Optional[str] = os.getenv("HF_TOKEN"),
from_safetensors: bool = False,
tokenizer_only: bool = True,
tokenizer_only: bool = False,
) -> None:
if repo_id is None:
from lit_gpt.config import configs
Expand Down

0 comments on commit c883bc5

Please sign in to comment.