README.md 432 Bytes
Newer Older
yangzhong's avatar
yangzhong committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## llama.cpp相关示例脚本

具体使用方法参考:https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/llamacpp_zh

Detailed usage: https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/llamacpp_en

### chat.sh

用于与Alpaca-2系列模型进行对话交流。

Chat with Alpaca-2 models.

### server_curl_example.sh

架设server后使用curl调用示例。

An example to use curl for API calls after setting up server.