]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
🚀 Dockerize llamacpp (#132)
authorBernat Vadell <redacted>
Fri, 17 Mar 2023 09:47:06 +0000 (10:47 +0100)
committerGitHub <redacted>
Fri, 17 Mar 2023 09:47:06 +0000 (10:47 +0100)
commit2af23d30434a677c6416812eea52ccc0af65119c
tree900c5ac5ceef13f65194ca8334cde41ed3590c09
parent904d2a8d6acd667c9633138d45a361d40fbf76d0
🚀 Dockerize llamacpp (#132)

* feat: dockerize llamacpp

* feat: split build & runtime stages

* split dockerfile into main & tools

* add quantize into tool docker image

* Update .devops/tools.sh

Co-authored-by: Georgi Gerganov <redacted>
* add docker action pipeline

* change CI to publish at github docker registry

* fix name runs-on macOS-latest is macos-latest (lowercase)

* include docker versioned images

* fix github action docker

* fix docker.yml

* feat: include all-in-one command tool & update readme.md

---------

Co-authored-by: Georgi Gerganov <redacted>
.devops/full.Dockerfile [new file with mode: 0644]
.devops/main.Dockerfile [new file with mode: 0644]
.devops/tools.sh [new file with mode: 0755]
.dockerignore [new file with mode: 0644]
.github/workflows/build.yml
.github/workflows/docker.yml [new file with mode: 0644]
README.md
convert-pth-to-ggml.py
download-pth.py [new file with mode: 0644]