ipex-llm/docs/mddocs/Overview/KeyFeatures/README.md
Yuwen Hu 4cb9a4728e
Add index page for API doc & links update in mddocs (#11393)
* Small fixes

* Add initial api doc index

* Change index.md -> README.md

* Fix on API links
2024-06-21 17:34:34 +08:00

13 lines
513 B
Markdown

# IPEX-LLM Key Features
You may run the LLMs using `ipex-llm` through one of the following APIs:
* [PyTorch API](./optimize_model.md)
* [`transformers`-style API](./transformers_style_api.md)
* [Hugging Face `transformers` Format](./hugging_face_format.md)
* [Native Format](./native_format.md)
* [LangChain API](./langchain_api.md)
* [GPU Supports](./gpu_supports.md)
* [Inference on GPU](./inference_on_gpu.md)
* [Finetune (QLoRA)](./finetune.md)
* [Multi GPUs selection](./multi_gpus_selection.md)