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
torchrun --nproc-per-node=2 demos/single_turn_mm.py --llama_config /path/to/params.json --tokenizer_path /path/to/tokenizer.model --pretrained_path /path/to/multimodel_llama
The prompts are as follows: ValueError: Cannot determine llama_type
Then I don't know what type to choose, and there's no meta.json inside the model weight links
The text was updated successfully, but these errors were encountered:
No branches or pull requests
torchrun --nproc-per-node=2 demos/single_turn_mm.py
--llama_config /path/to/params.json --tokenizer_path /path/to/tokenizer.model
--pretrained_path /path/to/multimodel_llama
The prompts are as follows:
ValueError: Cannot determine llama_type
Then I don't know what type to choose, and there's no meta.json inside the model weight links
The text was updated successfully, but these errors were encountered: