From befbbb244e9b39085e296c8b8fbd5fab4b77840a Mon Sep 17 00:00:00 2001 From: Zakir Jiwani <108548454+JiwaniZakir@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:24:11 +0000 Subject: [PATCH] Fix tvm-ffi install instructions for env var setup Co-Authored-By: Claude Sonnet 4.6 --- docs/install/from_source.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst index 329ba219c13b..4e0f7cf6db40 100644 --- a/docs/install/from_source.rst +++ b/docs/install/from_source.rst @@ -163,7 +163,8 @@ Leaving the build environment ``tvm-build-venv``, there are two ways to install .. code-block:: bash export TVM_HOME=/path-to-tvm - export PYTHONPATH=$TVM_HOME/python:$PYTHONPATH + pip install $TVM_HOME/3rdparty/tvm-ffi + export PYTHONPATH=$TVM_HOME/python:$TVM_HOME/3rdparty/tvm-ffi/python:$PYTHONPATH - Install via pip local project