From 5f8fd4dc57e8d952437dddf5bd2bcc973e644fa7 Mon Sep 17 00:00:00 2001 From: WanNaa Date: Thu, 21 May 2026 14:37:31 +0000 Subject: [PATCH 1/3] docs: refresh README PyPI badge URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d284740..ef57d05 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@

Documentation - PyPI + PyPI arXiv PyTorch License: MIT From c91759919a018e118b54454c4355645ca7412d6a Mon Sep 17 00:00:00 2001 From: WanNaa Date: Thu, 21 May 2026 14:40:56 +0000 Subject: [PATCH 2/3] docs: point README arXiv badge at C-Flat++ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef57d05..5d5d4fa 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@

Documentation PyPI - arXiv + arXiv PyTorch License: MIT

From 4be02e43539cf454c8f30b50b92e8cf0c357d076 Mon Sep 17 00:00:00 2001 From: WanNaa Date: Thu, 21 May 2026 14:42:05 +0000 Subject: [PATCH 3/3] 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: