Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 877 Bytes

File metadata and controls

9 lines (5 loc) · 877 Bytes

Chatper 3 Application Development: Basics

This chapter will get you started quickly with IPEX-LLM, and you'll learn how to build your very first LLM application.

The accompanying notebook 3_OpenLlamaBasicApp.ipynb in this chapter introduces some essential APIs of IPEX-LLM and walks you through the process of building a basic chat application, based on open_llama_3b_v2 model. And 3_Baichuan2_BasicApp.ipynb demonstrates how to do that on Baichuan2-7b-chat.

What's Next

In Chapter 4: Chinese Support You will learn how to use models with Chinese support for application development. In Chapter 5: Application Development: Intermediate, you will learn some sophisticated skills to build a better chatbot and how to do speech recognition.