Update README.md (#8437)
This commit is contained in:
parent
fc33d70c9b
commit
e5b384aaa2
1 changed files with 13 additions and 0 deletions
|
|
@ -15,6 +15,19 @@ See the ***optimized performance*** of `phoenix-inst-chat-7b`, `vicuna-13b-v1.1`
|
||||||
|
|
||||||
### Working with `bigdl-llm`
|
### Working with `bigdl-llm`
|
||||||
|
|
||||||
|
<details><summary>Table of Contents</summary>
|
||||||
|
|
||||||
|
- [Install](#install)
|
||||||
|
- [Download Model](#download-model)
|
||||||
|
- [Run Model](#run-model)
|
||||||
|
- [CLI Tool](#cli-tool)
|
||||||
|
- [Hugging Face `transformers`-style API](#hugging-face-transformers-style-api)
|
||||||
|
- [LangChain API](#langchain-api)
|
||||||
|
- [`llama-cpp-python`-style API](#llama-cpp-python-style-api)
|
||||||
|
- [`bigdl-llm` Dependence](#bigdl-llm-dependence)
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
#### Install
|
#### Install
|
||||||
You may install **`bigdl-llm`** as follows:
|
You may install **`bigdl-llm`** as follows:
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue