Skip to content

Commit

Permalink
add missing function arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed May 23, 2024
1 parent 1521246 commit eed1612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litgpt/pretrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def setup(
train: Training-related arguments. See ``litgpt.args.TrainArgs`` for details.
eval: Evaluation-related arguments. See ``litgpt.args.EvalArgs`` for details.
optimizer: An optimizer name (such as "AdamW") or config.
devices: How many devices/GPUs to use. Uses all GPUs by default.
tokenizer_dir: Optional path to the tokenizer dir that was used for preprocessing the dataset. Only some data
module require this.
Expand Down

0 comments on commit eed1612

Please sign in to comment.