llama.cpp/.github/workflows
Pierrick Hymbert 525213d2f5
server: init functional tests (#5566)
* server: tests: init scenarios
 - health and slots endpoints
 - completion endpoint
 - OAI compatible chat completion requests w/ and without streaming
 - completion multi users scenario
 - multi users scenario on OAI compatible endpoint with streaming
 - multi users with total number of tokens to predict exceeds the KV Cache size
 - server wrong usage scenario, like in Infinite loop of "context shift" #3969
 - slots shifting
 - continuous batching
 - embeddings endpoint
 - multi users embedding endpoint: Segmentation fault #5655
 - OpenAI-compatible embeddings API
 - tokenize endpoint
 - CORS and api key scenario

* server: CI GitHub workflow


---------

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2024-02-24 12:28:55 +01:00
..
build.yml ci : add an option to fail on compile warning (#3952) 2024-02-17 23:03:14 +02:00
code-coverage.yml cov : add Code Coverage and codecov.io integration (#2928) 2023-09-03 11:48:49 +03:00
docker.yml docker : add server-first container images (#5157) 2024-01-28 09:55:31 +02:00
editorconfig.yml support SYCL backend windows build (#5208) 2024-01-31 08:08:07 +05:30
gguf-publish.yml gguf.py : fix CI for publishing GGUF package (#3532) 2023-10-07 22:14:10 +03:00
nix-ci-aarch64.yml workflows: nix: hardcode cachix ids, build unconditionally (#5663) 2024-02-22 08:32:09 -08:00
nix-ci.yml workflows: nix: hardcode cachix ids, build unconditionally (#5663) 2024-02-22 08:32:09 -08:00
nix-flake-update.yml ci: nix-flake-update: new token with pr permissions (#4879) 2024-01-11 17:22:34 +00:00
nix-publish-flake.yml workflows: nix-flakestry: drop tag filters 2023-12-31 13:14:58 -08:00
python-check-requirements.yml python : add check-requirements.sh and GitHub workflow (#4585) 2023-12-29 16:50:29 +02:00
python-lint.yml llava : remove prog parameter from ArgumentParser (#5457) 2024-02-12 10:38:44 +02:00
server.yml server: init functional tests (#5566) 2024-02-24 12:28:55 +01:00
tidy-post.yml ci : disable auto tidy (#1705) 2023-06-05 23:05:05 +03:00
tidy-review.yml Add clang-tidy reviews to CI (#1407) 2023-05-12 15:40:53 +02:00
zig-build.yml ci : add Zig CI/CD and fix build (#2996) 2023-10-08 16:59:20 +03:00