From 89dabbe82112a5db73f4908baebf81301b67f396 Mon Sep 17 00:00:00 2001 From: WanNaa Date: Thu, 21 May 2026 14:28:22 +0000 Subject: [PATCH] docs: point Sphinx installation guide at THUDM repo --- sphinx_docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx_docs/installation.rst b/sphinx_docs/installation.rst index 3e1c57c..6c1d4a2 100644 --- a/sphinx_docs/installation.rst +++ b/sphinx_docs/installation.rst @@ -11,8 +11,8 @@ Install from source: .. code-block:: bash - git clone https://github.com/WanNaa/INFTY_demo.git - cd INFTY_demo + git clone https://github.com/THUDM/INFTY.git + cd INFTY python -m pip install -e ".[examples]" Verify imports: