Skip to content

Commit

Permalink
Updating tvm install docs (#1143)
Browse files Browse the repository at this point in the history
Updating the tvm install docs to assist a user in finding and copying zstd.dll to the correct folder.
  • Loading branch information
David-Sharma authored Oct 29, 2023
1 parent 2ec0cc8 commit 27ac5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/tvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ A nightly prebuilt Python package of Apache TVM Unity is provided.
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.
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`.
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.


.. _tvm-unity-build-from-source:
Expand Down

0 comments on commit 27ac5ac

Please sign in to comment.