// // Created by mfuntowicz on 6/30/24. // #include namespace huggingface::tgi::backends::trtllm { class TensorRtLlmBackend { public: TensorRtLlmBackend(std::filesystem::path engineFolder) { } }; }