Skip to content

Commit

Permalink
[Docs] Clarify zstd installation on Windows (mlc-ai#1196)
Browse files Browse the repository at this point in the history
Update zstd installation
  • Loading branch information
junrushao authored Nov 4, 2023
1 parent 78424f0 commit 5d63f7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/install/mlc_llm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ 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 <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`.
It is likely `zstd`, a dependency to LLVM, was missing. Please use the command below to get it installed:

.. code-block:: bash
conda install zstd
Option 2. Build from Source
Expand Down

0 comments on commit 5d63f7e

Please sign in to comment.