Update clone_convert_upload.txt
Browse files- clone_convert_upload.txt +1 -1
clone_convert_upload.txt
CHANGED
|
@@ -3,4 +3,4 @@ cd fineinstructions_pretraining_experiments/
|
|
| 3 |
pip3 install torch
|
| 4 |
pip3 install transformers
|
| 5 |
python3 convert_llama_weights_to_hf.py --input_dir ./nemotron_fineinstructions_1T_judged_exp_chat_7B_pf1024/ --num_shards 1 --llama_version 3
|
| 6 |
-
huggingface-cli upload fineinstructions/pretraining_experiments ./nemotron_fineinstructions_1T_judged_exp_chat_7B_pf1024 nemotron_fineinstructions_1T_judged_exp_chat_7B_pf1024 --repo-type=
|
|
|
|
| 3 |
pip3 install torch
|
| 4 |
pip3 install transformers
|
| 5 |
python3 convert_llama_weights_to_hf.py --input_dir ./nemotron_fineinstructions_1T_judged_exp_chat_7B_pf1024/ --num_shards 1 --llama_version 3
|
| 6 |
+
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 "*"
|