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
5fe2042
human-eval-for-solidity
/
api
/
scripts
/
start-api.sh
brunneis
First commit
5fe2042
unverified
2 months ago
raw
Copy download link
history
blame
173 Bytes
#!/bin/bash
cd
$(
dirname
$0
)/..
source
env.sh
uwsgi \
--master \
--http 0.0.0.0:63958 \
--wsgi-file main.py \
--callable app \
--processes 1 \
--threads
$API_THREADS_COUNT