Views
No views yet
uv sync --all-extras --group gpuuv run accelerate configuv run huggingface-cli download 1x-technologies/worldmodel --repo-type dataset --local-dir data/tokenizeduv run huggingface-cli download 1x-technologies/worldmodel_raw_data --repo-type dataset --local-dir data/rawCosmos-0.1-Tokenizer-DV8x8x8 and Cosmos-0.1-Tokenizer-DV8x16x16) withuv run python download_cosmos_tokenizer.pyCUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 uv run accelerate launch --config_file accelerate/default_config.yaml src/train.py ++use_wandb=True ++per_device_batch_size=20 ++lr=8e-4 ++grad_accum_steps=120x8=160 without any gradient accumulation. If you're struggling for GPU memory you can decrease the per_device_batch_size and increase grad_accum_steps to get the same effective batch size. CUDA_VISIBLE_DEVICES=0 uv run python train.py ++use_wandb=True +model=xsmallCUDA_VISIBLE_DEVICES=0,1,2,3 uv run accelerate launch --num_processes 4 src/inference.py ++ckpt_dir="output/hydra/train_accelerate/2025-09-10_11-33-19CUDA_VISIBLE_DEVICES=0 uv run python src/generate_submission_compression.py ++ckpt_dir="output/hydra/train_accelerate/2025-09-10_11-33-19"