Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
braindao
/
human-eval-for-solidity
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bbf81ab
human-eval-for-solidity
/
api
/
scripts
/
start-api.sh
brunneis
Remove env.sh references
2cedb6f
unverified
8 months ago
raw
Copy download link
history
blame
158 Bytes
#!/bin/bash
cd
$(
dirname
$0
)/..
uwsgi \
--master \
--http 0.0.0.0:63958 \
--wsgi-file main.py \
--callable app \
--processes 1 \
--threads
$API_THREADS_COUNT