From 1572b6f7c33ea6462bad0755034ddad2b7cd7c55 Mon Sep 17 00:00:00 2001 From: Jason Dai Date: Thu, 29 Feb 2024 08:46:43 +0800 Subject: [PATCH] Add quickstart (#10272) --- README.md | 6 ++++-- docs/readthedocs/source/index.rst | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5aa58129..ee76b804 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,12 @@ See the ***optimized performance*** of `chatglm2-6b` and `llama-2-13b-chat` mode ### `bigdl-llm` quickstart +- [Windows GPU installation](https://test-bigdl-llm.readthedocs.io/en/main/doc/LLM/Quickstart/install_windows_gpu.html) +- [Run BigDL-LLM using Docker](docker/llm) - [CPU INT4](#cpu-int4) - [GPU INT4](#gpu-int4) -- [More Low-Bit Support](#more-low-bit-support) -- [Verified Models](#verified-models) +- [More Low-Bit support](#more-low-bit-support) +- [Verified models](#verified-models) #### CPU INT4 ##### Install diff --git a/docs/readthedocs/source/index.rst b/docs/readthedocs/source/index.rst index 80d0611b..54d64f5a 100644 --- a/docs/readthedocs/source/index.rst +++ b/docs/readthedocs/source/index.rst @@ -81,8 +81,10 @@ See the **optimized performance** of ``chatglm2-6b`` and ``llama-2-13b-chat`` mo ``bigdl-llm`` quickstart ============================================ -- `CPU <#cpu-quickstart>`_ -- `GPU <#gpu-quickstart>`_ +- `Windows GPU installation `_ +- `Run BigDL-LLM using Docker `_ +- `CPU quickstart <#cpu-quickstart>`_ +- `GPU quickstart <#gpu-quickstart>`_ -------------------------------------------- CPU Quickstart