hf_text-generation-inference/.github/workflows
Funtowicz Morgan ea7f4082c4
TensorRT-LLM backend bump to latest version + misc fixes (#2791)
* misc(cmake) update dependencies

* feat(hardware) enable new hardware.hpp and unittests

* test(ctest) enable address sanitizer

* feat(backend): initial rewrite of the backend for simplicity

* feat(backend): remove all the logs from hardware.hpp

* feat(backend): added some logging

* feat(backend): enable compiler warning if support for RVO not applying

* feat(backend): missing return statement

* feat(backend): introduce backend_workspace_t to store precomputed information from the engine folder

* feat(backend): delete previous backend impl

* feat(backend): more impl

* feat(backend): use latest trtllm main version to have g++ >= 13 compatibility

* feat(backend): allow overriding which Python to use

* feat(backend): fix backend_exception_t -> backend_error_t naming

* feat(backend): impl missing generation_step_t as return value of pull_tokens

* feat(backend): make backend_workspace_t::engines_folder constexpr

* feat(backend): fix main.rs retrieving the tokenizer

* feat(backend): add guard to multiple header definitions

* test(backend): add more unittest

* feat(backend): remove constexpr from par

* feat(backend): remove constexpig

* test(backend): more test coverage

* chore(trtllm): update dependency towards 0.15.0

* effectively cancel the request on the executor

* feat(backend) fix moving backend when pulling

* feat(backend): make sure we can easily cancel request on the executor

* feat(backend): fix missing "0" field access

* misc(backend): fix reborrowing Pin<&mut T> as described in the doc https://doc.rust-lang.org/stable/std/pin/struct.Pin.html#method.as_mut

* chore: Add doc and CI for TRTLLM (#2799)

* chore: Add doc and CI for TRTLLM

* chore: Add doc and CI for TRTLLM

* chore: Add doc and CI for TRTLLM

* chore: Add doc and CI for TRTLLM

* doc: Formatting

* misc(backend): indent

---------

Co-authored-by: Hugo Larcher <hugo.larcher@huggingface.co>
2024-12-13 15:50:59 +01:00
..
autodocs.yaml Rebase TRT-llm (#2331) 2024-07-31 10:33:10 +02:00
build.yaml TensorRT-LLM backend bump to latest version + misc fixes (#2791) 2024-12-13 15:50:59 +01:00
build_documentation.yaml New runner. Manual squash. (#2110) 2024-06-24 18:08:34 +02:00
build_pr_documentation.yaml doc: Add metrics documentation and add a 'Reference' section (#2230) 2024-08-16 19:43:30 +02:00
ci_build.yaml TensorRT-LLM backend bump to latest version + misc fixes (#2791) 2024-12-13 15:50:59 +01:00
client-tests.yaml Removing IPEX_AVAIL. (#2115) 2024-06-25 13:20:57 +02:00
integration_tests.yaml Removing IPEX_AVAIL. (#2115) 2024-06-25 13:20:57 +02:00
load_test.yaml feat: Add automatic nightly benchmarks (#2591) 2024-11-21 17:11:42 +00:00
nix_cache.yaml nix: build and cache impure devshells (#2765) 2024-11-20 20:56:11 +01:00
nix_tests.yaml Stream options. (#2533) 2024-09-19 20:50:37 +02:00
stale.yaml New runner. Manual squash. (#2110) 2024-06-24 18:08:34 +02:00
tests.yaml Fix build with `--features google` (#2566) 2024-09-26 11:41:38 +02:00
trufflehog.yaml New runner. Manual squash. (#2110) 2024-06-24 18:08:34 +02:00
upload_pr_documentation.yaml New runner. Manual squash. (#2110) 2024-06-24 18:08:34 +02:00