19 lines
No EOL
645 B
ReStructuredText
19 lines
No EOL
645 B
ReStructuredText
BigDL-LLM Key Features
|
|
================================
|
|
|
|
You may run the LLMs using ``bigdl-llm`` through one of the following APIs:
|
|
|
|
* `PyTorch API <./optimize_model.html>`_
|
|
* |transformers_style_api|_
|
|
|
|
* |hugging_face_transformers_format|_
|
|
* `Native Format <./native_format.html>`_
|
|
|
|
* `LangChain API <./langchain_api.html>`_
|
|
* `GPU Supports <./gpu_supports.html>`_
|
|
|
|
.. |transformers_style_api| replace:: ``transformers``-style API
|
|
.. _transformers_style_api: ./transformers_style_api.html
|
|
|
|
.. |hugging_face_transformers_format| replace:: Hugging Face ``transformers`` Format
|
|
.. _hugging_face_transformers_format: ./hugging_face_format.html |