Llama-2-13b-ONNX / ChatApp /interface /base_interface.py
alpindale's picture
Upload folder using huggingface_hub
7b361da
raw
history blame
94 Bytes
class BaseLLMInterface:
def __init__(self):
pass
def foo(self):
pass