diff --git a/backends/trtllm/Cargo.toml b/backends/trtllm/Cargo.toml index 870a3c88..7079d3d1 100644 --- a/backends/trtllm/Cargo.toml +++ b/backends/trtllm/Cargo.toml @@ -23,4 +23,4 @@ log = { version = "0.4", features = [] } [build-dependencies] cmake = "0.1" cxx-build = { version = "1.0", features = ["parallel"] } -pkg-config = "0.3" \ No newline at end of file +pkg-config = "0.3" diff --git a/backends/trtllm/README.md b/backends/trtllm/README.md index b0ba8fc9..94064504 100644 --- a/backends/trtllm/README.md +++ b/backends/trtllm/README.md @@ -43,4 +43,4 @@ sequenceDiagram end end -``` \ No newline at end of file +``` diff --git a/backends/trtllm/cmake/json.cmake b/backends/trtllm/cmake/json.cmake index a6a53589..29e5753b 100644 --- a/backends/trtllm/cmake/json.cmake +++ b/backends/trtllm/cmake/json.cmake @@ -2,4 +2,4 @@ fetchcontent_declare( json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz ) -fetchcontent_makeavailable(json) \ No newline at end of file +fetchcontent_makeavailable(json) diff --git a/backends/trtllm/include/backend.h b/backends/trtllm/include/backend.h index c25f06d5..7990e76b 100644 --- a/backends/trtllm/include/backend.h +++ b/backends/trtllm/include/backend.h @@ -118,4 +118,4 @@ namespace huggingface::tgi::backends { } -#endif //TGI_TRTLLM_BACKEND_H \ No newline at end of file +#endif //TGI_TRTLLM_BACKEND_H diff --git a/backends/trtllm/lib/backend.cpp b/backends/trtllm/lib/backend.cpp index 09d27216..c066a6d6 100644 --- a/backends/trtllm/lib/backend.cpp +++ b/backends/trtllm/lib/backend.cpp @@ -143,4 +143,4 @@ std::vector huggingface::tgi::backends::TensorRtLlmBackend::Poll( void huggingface::tgi::backends::TensorRtLlmBackend::Shutdown() { SPDLOG_INFO("Shutting down executor"); executor.shutdown(); -} \ No newline at end of file +} diff --git a/backends/trtllm/tests/infer_test.cpp b/backends/trtllm/tests/infer_test.cpp index 35167766..8520065a 100644 --- a/backends/trtllm/tests/infer_test.cpp +++ b/backends/trtllm/tests/infer_test.cpp @@ -11,4 +11,4 @@ TEST_CASE("Load TRTLLM Engine on the TGI Backend", "[trtllm][engine][load]") { spdlog::info("Loading config from: {}", absolute(engines).string()); huggingface::tgi::backends::TensorRtLlmBackend backend(engines, executor); -} \ No newline at end of file +}