Closed ricar0 closed 8 months ago
Thanks for the question. How did you install TVM? private
is a flag that was introduced last year (https://github.com/apache/tvm/blob/main/python/tvm/script/parser/tir/entry.py#L29), so it is likely that your TVM is not up to date.
If you use pip TVM package, could you follow this page to update TVM https://llm.mlc.ai/docs/install/tvm.html#option-1-prebuilt-package? If you build TVM from source, you may need to checkout to the latest commit and build again.
Thanks for the question. How did you install TVM?
private
is a flag that was introduced last year (https://github.com/apache/tvm/blob/main/python/tvm/script/parser/tir/entry.py#L29), so it is likely that your TVM is not up to date.If you use pip TVM package, could you follow this page to update TVM https://llm.mlc.ai/docs/install/tvm.html#option-1-prebuilt-package? If you build TVM from source, you may need to checkout to the latest commit and build again.
Thanks, I redownloaded tvm and the problem was solved.
❓ General Questions
When running
python -m mlc_llm.build --help
Received an error message:
how can I solve this problem?