text-generation-inference/router/src
drbh 7ce29b1ef2 implement Open Inference Protocol endpoints (#1942)
* feat: add kserve feature and basic routes

* feat: implement infer endpoint wrapper around generate

* fix: refactor and improve types

* fix: improve infer and simplify

* fix: cleanup and improve api docs

* fix: refactor and encapsulate kserve feat in file

* fix: remove typos after rebase
2024-09-24 03:42:29 +00:00
..
infer PR #2049 CI run (#2054) 2024-09-24 03:42:29 +00:00
config.rs router: send the input as chunks to the backend 2024-09-24 03:27:14 +00:00
kserve.rs implement Open Inference Protocol endpoints (#1942) 2024-09-24 03:42:29 +00:00
lib.rs implement Open Inference Protocol endpoints (#1942) 2024-09-24 03:42:29 +00:00
main.rs feat: add SchedulerV3 (#1996) 2024-09-24 03:28:31 +00:00
server.rs implement Open Inference Protocol endpoints (#1942) 2024-09-24 03:42:29 +00:00
validation.rs feat: add SchedulerV3 (#1996) 2024-09-24 03:28:31 +00:00