gaocegege / modelz-llm-1

OpenAI compatible API for open source LLMs (LLaMA, ChatGLM, MOSS and many others)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modelz Stable Diffusion Template

Build Docker Image

You can choose to use the one of the following method:

  • Dockerfile
    • docker buildx build -t <docker_hub_user_name>/<image_name> --push .
  • build.envd
    • envd build -f :serving --output type=image,name=docker.io/<docker_hub_user_name>/<image_name> --push

About

OpenAI compatible API for open source LLMs (LLaMA, ChatGLM, MOSS and many others)


Languages

Language:Dockerfile 72.1%Language:Python 27.9%