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
Spaces:
openworm
/
OpenWormLLM
like
3
Running
App
Files
Files
Community
11
Fetching metadata from the HF Docker repository...
refs/pr/11
OpenWormLLM
/
test.sh
pgleeson
Update to use openworm_ai>=0.3.1
a41e4c6
9 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
141 Bytes
#!/bin/bash
set
-ex
ruff format *.py
#ruff check *.py
pip install -r requirements.txt
python test.py -co
echo
echo
" Success!"
echo