text-generation-inference/csrc/tgiccl/tgiccl.hpp

20 lines
286 B
C++
Raw Permalink Normal View History

//
// Created by mfuntowicz on 9/25/24.
//
#ifndef TEXT_GENERATION_INFERENCE_TGICCL_H
#define TEXT_GENERATION_INFERENCE_TGICCL_H
#include <optional>
#include <nvml.h>
#include "TgiCclBackend.hpp"
namespace huggingface::tgi::tgiccl
{
}
#endif //TEXT_GENERATION_INFERENCE_TGICCL_H