Update clone_convert_upload.txt
Browse files- clone_convert_upload.txt +1 -1
clone_convert_upload.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
huggingface-cli download fineinstructions/pretraining_experiments --repo-type=model --local-dir fineinstructions_pretraining_experiments --max-workers 64
|
| 2 |
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=model --include "*"
|
|
|
|
| 1 |
huggingface-cli download fineinstructions/pretraining_experiments --repo-type=model --local-dir fineinstructions_pretraining_experiments --max-workers 64
|
| 2 |
cd fineinstructions_pretraining_experiments/
|
| 3 |
pip3 install torch
|
| 4 |
+
pip3 install transformers==4.55.0
|
| 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 "*"
|