You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the README and searched the existing issues.
System Info
如果我设置了tokenized path,是否还需要设置dataset?
额外我加入了eval,如果不加dataset,则会报错:
File "/mnt/nas/nuochen/code/cpt/LLaMA-Factory/src/llamafactory/hparams/data_args.py", line 140, in post_init
raise ValueError("Cannot specify val_size if dataset is None.")
ValueError: Cannot specify val_size if dataset is None.
Reminder
System Info
如果我设置了tokenized path,是否还需要设置dataset?
额外我加入了eval,如果不加dataset,则会报错:
File "/mnt/nas/nuochen/code/cpt/LLaMA-Factory/src/llamafactory/hparams/data_args.py", line 140, in post_init
raise ValueError("Cannot specify
val_size
ifdataset
is None.")ValueError: Cannot specify
val_size
ifdataset
is None.Reproduction
FORCE_TORCHRUN=1 NNODES=2 NODE_RANK=${RANK} MASTER_ADDR=192.168.0.1 MASTER_PORT=29500 llamafactory-cli train examples/train_full/llama3_full_cpt.yaml
Expected behavior
No response
Others
No response
The text was updated successfully, but these errors were encountered: