We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your question Ask a clear and concise question about Megatron-LM.
The text was updated successfully, but these errors were encountered:
TOKENIZER_MODEL="/workspace/mnt/xxx/models/mamba2-2.7b/tokenizer.json" MODEL_PATH="/workspace/mnt/xxx/ckpt/mamba2" SAVE_PATH="/workspace/mnt/xxx/models/convert_ckpt/mamba2"
python tools/checkpoint/hybrid_conversion.py --load-dir ${MODEL_PATH} --save-dir ${SAVE_PATH} --target-tp-size 2 --target-pp-size 1 --d-model 2560 --mamba-version 2 --mamba-d-state 128 --mamba2-n-groups 8 --mamba2-head-dim 32
Sorry, something went wrong.
No branches or pull requests
Your question
Ask a clear and concise question about Megatron-LM.
The text was updated successfully, but these errors were encountered: