Skip to content

Commit 27ac5ac

Browse files
authored
Updating tvm install docs (mlc-ai#1143)
Updating the tvm install docs to assist a user in finding and copying zstd.dll to the correct folder.
1 parent 2ec0cc8 commit 27ac5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/tvm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ A nightly prebuilt Python package of Apache TVM Unity is provided.
132132
133133
FileNotFoundError: Could not find module 'path\to\site-packages\tvm\tvm.dll' (or one of its dependencies). Try using the full path with constructor syntax.
134134
135-
It is likely `zstd`, a dependency to LLVM, was missing. Please `download <https://github.com/facebook/zstd/releases/tag/v1.5.5>`__ the precompiled binary, rename it to `zstd.dll` and copy to the same folder as `tvm.dll`.
135+
It is likely `zstd`, a dependency to LLVM, was missing. Please `download <https://github.com/facebook/zstd/releases/tag/v1.5.5>`__ the precompiled binary, rename it to `zstd.dll` and copy to the same folder as `tvm.dll`. Hint - To locate the "tvm.dll" file in Conda, navigate to your user home directory (e.g., "/users/xxxx"). Search for "tvm.dll" and find the folder whose path contains the name of the current environment, such as "mlc-chat-venv." Once located, copy "zstd.dll" to that specific folder.
136136

137137

138138
.. _tvm-unity-build-from-source:

0 commit comments

Comments
 (0)