mlc-llm
mlc-llm copied to clipboard
ARM64 CPU on Linux
Can mlc-llm precisely run arm64v8 CPU on Ubuntu? Not just on the Mac M series chip.
detail: I can't install TVM by running pip install -I mlc_ai_nightly -f https://mlc.ai/wheels
on my Ubuntu server, so I compile one by source code(https://github.com/apache/tvm), but when I run python build.py --hf-path=databricks/dolly-v2-3b
I get an error about 'ImportError: cannot import name 'relax' from 'tvm''
Seems that you are not using the correct TVM branch. Would you mind double checking: https://mlc.ai/mlc-llm/docs/install/tvm.html#id2
Yes, it works for me according to the docs, thanks for much!