File size: 456 Bytes
cf92001 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
app = 'omni-parser-app'
primary_region = 'ord'
swap_size_mb = 32768 # 32gb
[build]
[http_service]
internal_port = 7860
force_https = true
auto_stop_machines = 'suspend'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '32gb'
cpu_kind = 'performance'
cpus = 4
gpu_kind = 'l40s'
|