Spaces:
Runtime error
Runtime error
module.exports = { | |
apps : [ | |
{ | |
name: 'model0', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "0" }, | |
args: '--port 10000' | |
}, | |
{ | |
name: 'model1', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "1" }, | |
args: '--port 10001' | |
}, | |
{ | |
name: 'model2', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "2" }, | |
args: '--port 10002' | |
}, | |
{ | |
name: 'model3', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "3" }, | |
args: '--port 10003' | |
}, | |
{ | |
name: 'model4', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "4" }, | |
args: '--port 10004' | |
}, | |
{ | |
name: 'model5', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "5" }, | |
args: '--port 10005' | |
}, | |
{ | |
name: 'model6', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "6" }, | |
args: '--port 10006' | |
}, | |
{ | |
name: 'model7', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "7" }, | |
args: '--port 10007' | |
}, | |
{ | |
name: 'model8', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "8" }, | |
args: '--port 10008' | |
}, | |
{ | |
name: 'model9', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "9" }, | |
args: '--port 10009' | |
}, | |
{ | |
name: 'model10', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "10" }, | |
args: '--port 10010' | |
}, | |
{ | |
name: 'model11', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "11" }, | |
args: '--port 10011' | |
}, | |
{ | |
name: 'model12', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "12" }, | |
args: '--port 10012' | |
}, | |
{ | |
name: 'model13', | |
script: 'app.py', | |
interpreter: 'python', | |
env:{ CUDA_VISIBLE_DEVICES: "13" }, | |
args: '--port 10013' | |
} | |
] | |
}; | |