Module: ml_type
MLType
Bases: StrEnum
supported by infernet.
Attributes:
Name | Type | Description |
---|---|---|
CSS |
Closed Source Models: i.e. OpenAI's GPT-4, etc. |
|
ONNX |
Models with ONNX format |
|
TORCH |
PyTorch models |
|
LLAMA_CPP |
LLM models with llama.cpp backend |
|
TGI_CLIENT |
Services that act as a client to a TGI server |
|
HF_CLIENT |
Services that can run huggignface's inference client library & all of its related tasks |