ipex-llm/docs/mddocs/PythonAPI/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

22 lines
No EOL
651 B
Markdown

# IPEX-LLM API
- [IPEX-LLM `transformers`-style API](./transformers.md)
- [Hugging Face `transformers` AutoModel](./transformers.md#hugging-face-transformers-automodel)
- AutoModelForCausalLM
- AutoModel
- AutoModelForSpeechSeq2Seq
- AutoModelForSeq2SeqLM
- AutoModelForSequenceClassification
- AutoModelForMaskedLM
- AutoModelForQuestionAnswering
- AutoModelForNextSentencePrediction
- AutoModelForMultipleChoice
- AutoModelForTokenClassification
- [IPEX-LLM PyTorch API](./optimize.md)
- [Optimize Model](./optimize.md#optimize-model)
- [Load Optimized Model](./optimize.md#load-optimized-model)