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
After executing the gen_config command as follows:
mlc_llm gen_config ./dist/models/Llama-2-7b-chat-hf/ --quantization q4f16_1 \ --conv-template llama-2 --context-window-size 768 -o dist/Llama-2-7b-chat-hf-q4f16_1-MLC/
, I encountered these "Not found" messages. Are these errors significant, and if so, how can I prevent them from occurring?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
❓ General Questions
After executing the gen_config command as follows:
, I encountered these "Not found" messages. Are these errors significant, and if so, how can I prevent them from occurring?
The text was updated successfully, but these errors were encountered: