I've successfully completed till downloading llama models in HF format by running the below script:
python scripts/tools/download_llama2_7b_hf.py
python scripts/tools/download_llama2_13b_hf.py
python scripts/tools/download_llama3_8b_hf.py
And also got this folder structure:

Then I've ran the below command to convert HF to Megatron:
bash scripts/tools/convert_llama2_7b_hf_to_megatron.sh
bash scripts/tools/convert_llama2_13b_hf_to_megatron.sh
bash scripts/tools/convert_llama3_8b_hf_to_megatron.sh
Unfortunately, I'm facing the below errors:


I've tried adding the path of megatron in my env variable, but it not worked, kindly help me to fix this issue
I've successfully completed till downloading llama models in HF format by running the below script:
And also got this folder structure:

Then I've ran the below command to convert HF to Megatron:
Unfortunately, I'm facing the below errors:
I've tried adding the path of megatron in my env variable, but it not worked, kindly help me to fix this issue