From c4dbd21cfc894b157e9cd4e5bbf5b4d9e0cf8709 Mon Sep 17 00:00:00 2001 From: Dongjie Shi Date: Mon, 25 Mar 2024 11:44:35 +0800 Subject: [PATCH] update readthedocs project name (#10519) * update readthedocs project name * update readthedocs project name --- docs/readthedocs/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/readthedocs/source/index.rst b/docs/readthedocs/source/index.rst index 90d9292a..e22b0cf7 100644 --- a/docs/readthedocs/source/index.rst +++ b/docs/readthedocs/source/index.rst @@ -2,7 +2,7 @@ :google-site-verification: S66K6GAclKw1RroxU0Rka_2d1LZFVe27M0gRneEsIVI ################################################ -The IPEX Project +The IPEX-LLM Project ################################################ ------ @@ -158,4 +158,4 @@ You can then apply INT4 optimizations to any Hugging Face *Transformers* models output_ids = model.generate(input_ids, ...) output = tokenizer.batch_decode(output_ids.cpu()) -**For more details, please refer to the ipex-llm** `Document `_, `Readme `_, `Tutorial `_ and `API Doc `_. \ No newline at end of file +**For more details, please refer to the ipex-llm** `Document `_, `Readme `_, `Tutorial `_ and `API Doc `_.