huggingface-cli download fineinstructions/pretraining_experiments --repo-type=model --local-dir fineinstructions_pretraining_experiments --max-workers 64 cd fineinstructions_pretraining_experiments/ pip3 install torch pip3 install transformers==4.55.0 python3 convert_llama_weights_to_hf.py --input_dir ./nemotron_fineinstructions_1T_judged_exp_chat_7B_pf1024/ --num_shards 1 --llama_version 3 huggingface-cli upload fineinstructions/pretraining_experiments ./nemotron_fineinstructions_1T_judged_exp_chat_7B_pf1024 nemotron_fineinstructions_1T_judged_exp_chat_7B_pf1024 --repo-type=model --include "*"