Skip to content

Commit 24f795e

Browse files
authored
added details to windows installation (mlc-ai#1133)
32bit version of the zstd.dll library was causing issues, so updated the doc to be more specific and download the 64bit version.
1 parent 973f9fc commit 24f795e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/mlc_llm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ Select your operating system/compute platform and run the command in your termin
124124
125125
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.
126126
127-
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`.
127+
It is likely `zstd`, a dependency to LLVM, was missing. Please `download <https://github.com/facebook/zstd/releases/tag/v1.5.5>`__ the 64 bit version of precompiled binary, rename it to `zstd.dll` and copy to the same folder as `tvm.dll`.
128128

129129

130130
Option 2. Build from Source
131131
---------------------------
132132

133-
Upcoming.
133+
Upcoming.

0 commit comments

Comments
 (0)