diff --git a/README.md b/README.md index 10ef1d31..45b6256f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ - [2023/10] `ipex-llm` now supports [QLoRA finetuning](python/llm/example/GPU/LLM-Finetuning/QLoRA) on both Intel [GPU](python/llm/example/GPU/LLM-Finetuning/QLoRA) and [CPU](python/llm/example/CPU/QLoRA-FineTuning). - [2023/10] `ipex-llm` now supports [FastChat serving](python/llm/src/ipex_llm/llm/serving) on on both Intel CPU and GPU. - [2023/09] `ipex-llm` now supports [Intel GPU](python/llm/example/GPU) (including iGPU, Arc, Flex and MAX). -- [2023/09] `ipex-llm` [tutorial](https://github.com/intel-analytics/bigdl-llm-tutorial) is released. +- [2023/09] `ipex-llm` [tutorial](https://github.com/intel-analytics/ipex-llm-tutorial) is released. @@ -108,7 +108,7 @@ See the ***optimized performance*** of `chatglm2-6b` and `llama-2-13b-chat` mode - [LlamaIndex](python/llm/example/GPU/LlamaIndex) - [AutoGen](python/llm/example/CPU/Applications/autogen) - [ModeScope](python/llm/example/GPU/ModelScope-Models) -- [Tutorials](https://github.com/intel-analytics/bigdl-llm-tutorial) +- [Tutorials](https://github.com/intel-analytics/ipex-llm-tutorial) *For more details, please refer to the `ipex-llm` document [website](https://ipex-llm.readthedocs.io/).* diff --git a/docs/readthedocs/source/index.rst b/docs/readthedocs/source/index.rst index 5ad75ca3..43d66b96 100644 --- a/docs/readthedocs/source/index.rst +++ b/docs/readthedocs/source/index.rst @@ -65,7 +65,7 @@ Latest update 🔥 * [2023/10] ``ipex-llm`` now supports `QLoRA finetuning `_ on both Intel `GPU `_ and `CPU `_. * [2023/10] ``ipex-llm`` now supports `FastChat serving `_ on on both Intel CPU and GPU. * [2023/09] ``ipex-llm`` now supports `Intel GPU `_ (including iGPU, Arc, Flex and MAX). - * [2023/09] ``ipex-llm`` `tutorial `_ is released. + * [2023/09] ``ipex-llm`` `tutorial `_ is released. ************************************************ ``ipex-llm`` Demos @@ -164,7 +164,7 @@ Code Examples * `AutoGen `_ * `ModeScope `_ -* `Tutorials `_ +* `Tutorials `_ .. seealso::