text-generation-inference/backends/trtllm/src/ffi.cpp

14 lines
241 B
C++
Raw Normal View History

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