Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
alpindale
/
Llama-2-13b-ONNX
like
5
Text Generation
ONNX
English
text generation
License:
llama2
Model card
Files
Files and versions
Community
a3b722c
Llama-2-13b-ONNX
/
ChatApp
/
interface
/
base_interface.py
alpindale
Upload folder using huggingface_hub
7b361da
over 1 year ago
raw
Copy download link
history
blame
Safe
94 Bytes
class
BaseLLMInterface
:
def
__init__
(
self
):
pass
def
foo
(
self
):
pass