]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common: llama_load_model_from_url using --model-url (#6098)
authorPierrick Hymbert <redacted>
Sun, 17 Mar 2024 18:12:37 +0000 (19:12 +0100)
committerGitHub <redacted>
Sun, 17 Mar 2024 18:12:37 +0000 (19:12 +0100)
commitd01b3c4c32357567f3531d4e6ceffc5d23e87583
tree80e0a075a8b120d6b5b095a73cc36cb2a4535aed
parentcd776c37c945bf58efc8fe44b370456680cb1b59
common: llama_load_model_from_url using --model-url (#6098)

* common: llama_load_model_from_url with libcurl dependency

Co-authored-by: Georgi Gerganov <redacted>
16 files changed:
.github/workflows/build.yml
.github/workflows/server.yml
CMakeLists.txt
Makefile
common/CMakeLists.txt
common/common.cpp
common/common.h
examples/main/README.md
examples/server/README.md
examples/server/server.cpp
examples/server/tests/README.md
examples/server/tests/features/embeddings.feature
examples/server/tests/features/environment.py
examples/server/tests/features/server.feature
examples/server/tests/features/steps/steps.py
examples/server/tests/requirements.txt