facebookresearch / facebookresearch/large_concept_model
FileNotFoundError(path): R0 checkpoint_and_raise - error=wiki_data
Open
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I encountered an issue when I tried to train locally by running this command:
`CUDA_VISIBLE_DEVICES=0,1 torchrun --standalone --nnodes=1 --nproc-per-node=2 \
-m lcm.train launcher=standalone \
+pretrain=mse \
++trainer.data_loading_config.max_tokens=1000 \
++trainer.output_dir="checkpoints/mse_lcm" \
+trainer.use_submitit=false`
This is the error:
Could you please help me find out the reason?
Do I need to add a local parquet_path to the datacard? and how? (I do not have a SLURM cluster.)
Contributor guide
Assessment
This issue has not been assessed yet.