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
samwell
/
cosmos-predict2-endpoint
like
0
Model card
Files
Files and versions
xet
Community
Deploy
Copy to bucket
new
samwell
commited on
Jan 16
Commit
94f890d
·
verified
·
1 Parent(s):
6240e74
Add setup.py to install fake cosmos_guardrail
Browse files
Files changed (1)
hide
show
setup.py
+7
-0
setup.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
from setuptools import setup
2
+
3
+
setup(
4
+
name="cosmos_guardrail",
5
+
version="0.1.0",
6
+
py_modules=["cosmos_guardrail"],
7
+
)