interface_new.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "MASTER": {
  3. "ip": "http://0.0.0.0",
  4. "path": {
  5. "python": "/data/anaconda3/envs/convert3/bin/python",
  6. "gunicorn": "/data/anaconda3/envs/convert3/bin/gunicorn",
  7. "project": "/data/fangjiasheng/format_conversion_maxcompute/"
  8. },
  9. "convert": {
  10. "port": [15010],
  11. "port_num": [3],
  12. "gpu": [-1]
  13. },
  14. "ocr": {
  15. "port": [17000, 17001],
  16. "port_num": [3, 1],
  17. "gpu": [0, 1]
  18. },
  19. "otr": {
  20. "port": [ 18000, 18001 ],
  21. "port_num": [ 0, 2 ],
  22. "gpu": [ 0, 1 ]
  23. },
  24. "idc": {
  25. "port": [ 18020 ],
  26. "port_num": [ 1 ],
  27. "gpu": [ -1 ]
  28. },
  29. "isr": {
  30. "port": [ 18040 ],
  31. "port_num": [ 3 ],
  32. "gpu": [ 0 ]
  33. },
  34. "atc": {
  35. "port": [ 18060 ],
  36. "port_num": [ 2 ],
  37. "gpu": [ -1 ]
  38. },
  39. "yolo": {
  40. "port": [ 18080 ],
  41. "port_num": [ 2 ],
  42. "gpu": [ 0 ]
  43. },
  44. "office": {
  45. "port": [ 16000 ],
  46. "port_num": [ 25 ],
  47. "gpu": []
  48. }
  49. },
  50. "SLAVE": {
  51. "ip": "",
  52. "path": {
  53. "python": "/data/anaconda3/envs/convert3/bin/python",
  54. "gunicorn": "/data/anaconda3/envs/convert3/bin/gunicorn",
  55. "project": "/data/fangjiasheng/format_conversion_maxcompute/"
  56. },
  57. "convert": {
  58. "port": [ 15010 ],
  59. "port_num": [ 3 ],
  60. "gpu": [ -1 ]
  61. },
  62. "ocr": {
  63. "port": [ 17000, 17001 ],
  64. "port_num": [ 3, 1 ],
  65. "gpu": [ 0, 1 ]
  66. },
  67. "otr": {
  68. "port": [ 18000, 18001 ],
  69. "port_num": [ 0, 2 ],
  70. "gpu": [ 0, 1 ]
  71. },
  72. "idc": {
  73. "port": [ 18020 ],
  74. "port_num": [ 1 ],
  75. "gpu": [ -1 ]
  76. },
  77. "isr": {
  78. "port": [ 18040 ],
  79. "port_num": [ 3 ],
  80. "gpu": [ 0 ]
  81. },
  82. "atc": {
  83. "port": [ 18060 ],
  84. "port_num": [ 2 ],
  85. "gpu": [ -1 ]
  86. },
  87. "yolo": {
  88. "port": [ 18080 ],
  89. "port_num": [ 2 ],
  90. "gpu": [ 0 ]
  91. },
  92. "office": {
  93. "port": [ 16000 ],
  94. "port_num": [ 25 ],
  95. "gpu": []
  96. }
  97. }
  98. }