From cf6a620bae83f87ba0fe9bcda8b1bda8d972988c Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Wed, 6 Sep 2023 15:38:45 +0800 Subject: [PATCH] [LLM] BigDL-LLM Documentation Initial Version (#8833) * Change order of LLM in header * Some updates to footer * Add BigDL-LLM index page and basic file structure * Update index page for key features * Add initial content for BigDL-LLM in 5 mins * Improvement to footnote * Add initial contents based on current contents we have * Add initial quick links * Small fix * Rename file * Hide cli section for now and change model supports to examples * Hugging Face format -> Hugging Face transformers format * Add placeholder for GPU supports * Add GPU related content structure * Add cpu/gpu installation initial contents * Add initial contents for GPU supports * Add image link to LLM index page * Hide tips and known issues for now * Small fix * Update based on comments * Small fix * Add notes for Python 3.9 * Add placehoder optimize model & reveal CLI; small revision * examples add gpu part * Hide CLI part again for first version of merging * add keyfeatures-optimize_model part (#1) * change gif link to the ones hosted on github * Small fix --------- Co-authored-by: plusbang Co-authored-by: binbin Deng <108676127+plusbang@users.noreply.github.com> --- .../source/_templates/sidebar_quicklinks.html | 31 ++++++-- docs/readthedocs/source/_toc.yml | 47 ++++++++++-- .../doc/LLM/Overview/KeyFeatures/cli.md | 40 +++++++++++ .../LLM/Overview/KeyFeatures/gpu_supports.md | 47 ++++++++++++ .../KeyFeatures/hugging_face_format.md | 54 ++++++++++++++ .../doc/LLM/Overview/KeyFeatures/index.rst | 19 +++++ .../LLM/Overview/KeyFeatures/langchain_api.md | 57 +++++++++++++++ .../LLM/Overview/KeyFeatures/native_format.md | 32 +++++++++ .../Overview/KeyFeatures/optimize_model.md | 22 ++++++ .../KeyFeatures/transformers_style_api.rst | 10 +++ .../source/doc/LLM/Overview/examples.rst | 9 +++ .../source/doc/LLM/Overview/examples_cpu.md | 26 +++++++ .../source/doc/LLM/Overview/examples_gpu.md | 26 +++++++ .../source/doc/LLM/Overview/install.rst | 7 ++ .../source/doc/LLM/Overview/install_cpu.md | 71 +++++++++++++++++++ .../source/doc/LLM/Overview/install_gpu.md | 65 +++++++++++++++++ .../source/doc/LLM/Overview/known_issues.md | 1 + .../source/doc/LLM/Overview/llm.md | 68 ++++++++++++++++++ docs/readthedocs/source/doc/LLM/index.rst | 55 +++++++++++++- .../source/doc/PythonAPI/LLM/transformers.rst | 2 +- docs/readthedocs/source/index.rst | 21 ++++-- 21 files changed, 689 insertions(+), 21 deletions(-) create mode 100644 docs/readthedocs/source/doc/LLM/Overview/KeyFeatures/cli.md create mode 100644 docs/readthedocs/source/doc/LLM/Overview/KeyFeatures/gpu_supports.md create mode 100644 docs/readthedocs/source/doc/LLM/Overview/KeyFeatures/hugging_face_format.md create mode 100644 docs/readthedocs/source/doc/LLM/Overview/KeyFeatures/index.rst create mode 100644 docs/readthedocs/source/doc/LLM/Overview/KeyFeatures/langchain_api.md create mode 100644 docs/readthedocs/source/doc/LLM/Overview/KeyFeatures/native_format.md create mode 100644 docs/readthedocs/source/doc/LLM/Overview/KeyFeatures/optimize_model.md create mode 100644 docs/readthedocs/source/doc/LLM/Overview/KeyFeatures/transformers_style_api.rst create mode 100644 docs/readthedocs/source/doc/LLM/Overview/examples.rst create mode 100644 docs/readthedocs/source/doc/LLM/Overview/examples_cpu.md create mode 100644 docs/readthedocs/source/doc/LLM/Overview/examples_gpu.md create mode 100644 docs/readthedocs/source/doc/LLM/Overview/install.rst create mode 100644 docs/readthedocs/source/doc/LLM/Overview/install_cpu.md create mode 100644 docs/readthedocs/source/doc/LLM/Overview/install_gpu.md create mode 100644 docs/readthedocs/source/doc/LLM/Overview/known_issues.md create mode 100644 docs/readthedocs/source/doc/LLM/Overview/llm.md diff --git a/docs/readthedocs/source/_templates/sidebar_quicklinks.html b/docs/readthedocs/source/_templates/sidebar_quicklinks.html index b691dc62..6d701556 100644 --- a/docs/readthedocs/source/_templates/sidebar_quicklinks.html +++ b/docs/readthedocs/source/_templates/sidebar_quicklinks.html @@ -2,6 +2,18 @@