Thanks for the awesome work! However, I have some trouble with data preparation. When I run
sbatch --time=2-00:00:00 --array=0-100%25 --cpus-per-gpu=12 --mem-per-gpu=100G --nodes=1 --gpus-per-node=1 --partition=preempt --job-name=cambrian_precompute_tokens scripts/precompute_tokens_slurm.sh
in unidisc/datasets/preprocessing/webdataset.md, an error occurs: accelerate <command> [<args>] launch: error: the following arguments are required: training_script, which seems to indicate that the script to run (maybe models/datasets/precompute_text_tokens.py ?) is not provided in scripts/precompute_tokens_slurm.sh. Could there be any issue here? Or do I misunderstand it?
Thank you for taking the time to answer!
Thanks for the awesome work! However, I have some trouble with data preparation. When I run
in
unidisc/datasets/preprocessing/webdataset.md, an error occurs:accelerate <command> [<args>] launch: error: the following arguments are required: training_script, which seems to indicate that the script to run (maybemodels/datasets/precompute_text_tokens.py?) is not provided inscripts/precompute_tokens_slurm.sh. Could there be any issue here? Or do I misunderstand it?Thank you for taking the time to answer!