Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
samwell
/
cosmos-predict2-endpoint
like
0
Model card
Files
Files and versions
xet
Community
Deploy
Copy to bucket
new
main
cosmos-predict2-endpoint
/
setup.py
samwell
Add setup.py to install fake cosmos_guardrail
94f890d
verified
7 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
126 Bytes
from
setuptools
import
setup
setup(
name=
"cosmos_guardrail"
,
version=
"0.1.0"
,
py_modules=[
"cosmos_guardrail"
],
)