Files
wehub-resource-sync 770d92cb1f
Lint / lint (push) Has been cancelled
Build Docs / Deploy Docs (push) Has been cancelled
Windows CI / Windows (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:23:58 +08:00

17 lines
865 B
ReStructuredText

.. _FAQ:
Frequently Asked Questions
==========================
This is a list of Frequently Asked Questions (FAQ) about the MLC-LLM. Feel free to suggest new entries!
... How can I customize the temperature, and repetition penalty of models?
Please check our :ref:`configure-mlc-chat-json` tutorial.
... What's the quantization algorithm MLC-LLM using?
Please check our :doc:`/compilation/configure_quantization` tutorial.
... Why do I encounter an error ``free(): invalid pointer, Aborted (core dumped)`` at the end of model compilation?
This happens if you compiled TVM from source and didn't hide LLVM symbols in cmake configurations.
Please follow our instructions in :ref:`Building TVM from Source <tvm-build-from-source>` tutorial to compile TVM which hides LLVM symbols, or use our pre-built MLC-LLM :doc:`pip wheels <../install/mlc_llm>`.