ipex-llm/docs/readthedocs/source/doc/LLM/index.rst
Yuwen Hu cb534ed5c4 [LLM] Add Arc demo gif to readme and readthedocs (#8958)
* Add arc demo in main readme

* Small style fix

* Realize using table

* Update based on comments

* Small update

* Try to solve with height problem

* Small fix

* Update demo for inner llm readme

* Update demo video for readthedocs

* Small fix

* Update based on comments
2023-09-13 09:23:52 +08:00

77 lines
2.3 KiB
ReStructuredText

BigDL-LLM
=========================
.. raw:: html
<p>
<a href="https://github.com/intel-analytics/BigDL/tree/main/python/llm"><code><span>bigdl-llm</span></code></a> is a library for running <strong>LLM</strong> (large language model) on Intel <strong>XPU</strong> (from <em>Laptop</em> to <em>GPU</em> to <em>Cloud</em>) using <strong>INT4</strong> with very low latency <sup><a href="#footnote-perf" id="ref-perf">[1]</a></sup> (for any <strong>PyTorch</strong> model).
</p>
-------
.. grid:: 1 2 2 2
:gutter: 2
.. grid-item-card::
**Get Started**
^^^
Documents in these sections helps you getting started quickly with BigDL-LLM.
+++
:bdg-link:`BigDL-LLM in 5 minutes <./Overview/llm.html>` |
:bdg-link:`Installation <./Overview/install.html>`
.. grid-item-card::
**Key Features Guide**
^^^
Each guide in this section provides you with in-depth information, concepts and knowledges about BigDL-LLM key features.
+++
:bdg-link:`transformers-style <./Overview/KeyFeatures/transformers_style_api.html>` |
:bdg-link:`Optimize Model <./Overview/KeyFeatures/optimize_model.html>` |
:bdg-link:`LangChain <./Overview/KeyFeatures/langchain_api.html>` |
:bdg-link:`GPU <./Overview/KeyFeatures/gpu_supports.html>`
.. grid-item-card::
**Examples & Tutorials**
^^^
Examples contain scripts to help you quickly get started using BigDL-LLM to run some popular open-source models in the community.
+++
:bdg-link:`Examples <./Overview/examples.html>`
.. grid-item-card::
**API Document**
^^^
API Document provides detailed description of BigDL-LLM APIs.
+++
:bdg-link:`API Document <../PythonAPI/LLM/index.html>`
------
.. raw:: html
<div>
<p>
<sup><a href="#ref-perf" id="footnote-perf">[1]</a>
Performance varies by use, configuration and other factors. <code><span>bigdl-llm</span></code> may not optimize to the same degree for non-Intel products. Learn more at <a href="https://www.Intel.com/PerformanceIndex">www.Intel.com/PerformanceIndex</a>.
</sup>
</p>
</div>
.. toctree::
:hidden:
BigDL-LLM Document <self>