-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
[Doc] zstd.dll installation on Windows #1135
Comments
This is a headache I really wanted to resolve :( |
One easier way I found is to install zstd in conda, which even works nicely with Windows: conda install zstd |
I don’t think it’s complete :(( Eventually we should be able to pack zstd with TVM so no extra steps are required |
Happy to share the zstd issue seems resolved with a few latest changes!
Would you guys mind trying out tomorrow with the latest nightly build? |
Closing as the issue has been addressed. Feel free to create new ones if it persists! |
📚 Documentation
Suggestion
Please review and update the following from this page:
https://llm.mlc.ai/docs/install/tvm.html#install-tvm-unity
original: It is likely zstd, a dependency to LLVM, was missing. Please download the precompiled binary, rename it to zstd.dll and copy to the same folder as tvm.dll
Suggested:
It is likely zstd, a dependency to LLVM, was missing. Please download the precompiled binary, rename it to zstd.dll and copy to the same folder as tvm.dll. Hint - Perform a search for "tvm.dll" and identify the folder in which the path includes the name of the current environment eg. mlc-chat-venv. Copy zstd.dll to that folder.
Bug
This suggestion is based on the following reported by @Sing-Li
Please pardon my (possible) related comment. The Note section above. Downloading and "rename it to zstd.dll and copy to the same folder as tvm.dll" part of the instruction --- is almost impossible for new users to accomplish because they have to understand how conda relates to python, and where miniconda keeps its python site libs before they can find "the same folder as tvm.dll". I hope one of the above fixes will make sure that zstd.dll is always included as part of the tvm bundle/nightly
The text was updated successfully, but these errors were encountered: