Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
braindao
/
human-eval-for-solidity
like
0
Running
App
Files
Files
Community
c22f56e
human-eval-for-solidity
/
api
/
scripts
/
start-api.sh
brunneis
Remove env.sh references
2cedb6f
unverified
2 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