Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 849 Bytes

File metadata and controls

25 lines (18 loc) · 849 Bytes

FastLLM

💼 Deployment

确保服务器的2222、3306、5000、5672、6379、8001、9030、9050、9200、10095、15672、22299端口空闲

Docker及docker compose的安装

参考这里

启动服务

  1. 镜像及相关文件拉取
docker pull ictrektech/fastllm:1.5
docker pull ictrektech/ollama_server:arm_latest

curl -o ~/docker-compose-fastllm.yaml https://raw.githubusercontent.com/ictrektech/pubsh/main/docker-compose-fastllm.yaml
curl -o ~/init_mysql_database.sql https://raw.githubusercontent.com/ictrektech/pubsh/main/init_mysql_database.sql
  1. 启动FastLLM
docker compose -f ~/docker-compose-fastllm.yaml up -d
curl -L -o ~/run_llm.sh -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/ictrektech/pubsh/main/run_llm.sh && bash ~/run_llm.sh