## 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.