banao-tech commited on
Commit
3a34bde
·
verified ·
1 Parent(s): 96c2778

Delete fly.toml

Browse files
Files changed (1) hide show
  1. fly.toml +0 -21
fly.toml DELETED
@@ -1,21 +0,0 @@
1
- # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
2
-
3
- app = 'omni-parser-app'
4
- primary_region = 'ord'
5
- swap_size_mb = 32768 # 32gb
6
-
7
- [build]
8
-
9
- [http_service]
10
- internal_port = 7860
11
- force_https = true
12
- auto_stop_machines = 'suspend'
13
- auto_start_machines = true
14
- min_machines_running = 0
15
- processes = ['app']
16
-
17
- [[vm]]
18
- memory = '32gb'
19
- cpu_kind = 'performance'
20
- cpus = 4
21
- gpu_kind = 'l40s'