From 24f795e0a9e184ece8df9888abc64ede6238de3f Mon Sep 17 00:00:00 2001 From: Goutham Tamilselvan Date: Fri, 27 Oct 2023 03:25:59 -0400 Subject: [PATCH] added details to windows installation (#1133) 32bit version of the zstd.dll library was causing issues, so updated the doc to be more specific and download the 64bit version. --- docs/install/mlc_llm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/mlc_llm.rst b/docs/install/mlc_llm.rst index f95cc3ee9c..13fc373dbf 100644 --- a/docs/install/mlc_llm.rst +++ b/docs/install/mlc_llm.rst @@ -124,10 +124,10 @@ Select your operating system/compute platform and run the command in your termin 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 `__ 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 `__ the 64 bit version of precompiled binary, rename it to `zstd.dll` and copy to the same folder as `tvm.dll`. Option 2. Build from Source --------------------------- -Upcoming. \ No newline at end of file +Upcoming.