mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-22 23:42:06 +00:00
11 lines
130 B
C++
11 lines
130 B
C++
|
//
|
||
|
// Created by Morgan Funtowicz on 26/09/24.
|
||
|
//
|
||
|
|
||
|
#include "TgiCclBackend.hpp"
|
||
|
|
||
|
|
||
|
void huggingface::tgi::tgiccl::InitTgiCcl()
|
||
|
{
|
||
|
|
||
|
}
|