Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
PetraAI
/
Nashmi
like
2
Transformers
PetraAI/PetraAI
4 languages
llama
chemistry
biology
finance
legal
music
code
art
climate
medical
text-generation-inference
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
ec0f90b
Nashmi
/
setup.py
PetraAI
Upload 19 files
ec0f90b
over 1 year ago
raw
Copy download link
history
blame
172 Bytes
#!/usr/bin/env python
from
distutils.core
import
setup
setup(name=
'HF API'
,
version=
'0.1'
,
description=
'Hugging Face Python API'
,
packages=[
'hfapi'
]
)