Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
liruiw
/
hma
like
3
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
hma
/
setup.py
LeroyWaa
draft
246c106
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
175 Bytes
from
setuptools
import
find_packages, setup
setup(
name=
"onexgpt"
,
version=
"1.1"
,
packages=find_packages(include=[
'genie'
,
'magvit2'
,
'genie.*'
,
'magvit2.*'
]),
)