interface_new.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. "tika": {
  50. "port": [ 16020 ],
  51. "port_num": [ 2 ],
  52. "gpu": [ -1 ]
  53. }
  54. },
  55. "SLAVE": {
  56. "ip": "",
  57. "path": {
  58. "python": "/data/anaconda3/envs/convert3/bin/python",
  59. "gunicorn": "/data/anaconda3/envs/convert3/bin/gunicorn",
  60. "project": "/data/fangjiasheng/format_conversion_maxcompute/"
  61. },
  62. "convert": {
  63. "port": [ 15010 ],
  64. "port_num": [ 3 ],
  65. "gpu": [ -1 ]
  66. },
  67. "ocr": {
  68. "port": [ 17000, 17001 ],
  69. "port_num": [ 3, 1 ],
  70. "gpu": [ 0, 1 ]
  71. },
  72. "otr": {
  73. "port": [ 18000, 18001 ],
  74. "port_num": [ 0, 2 ],
  75. "gpu": [ 0, 1 ]
  76. },
  77. "idc": {
  78. "port": [ 18020 ],
  79. "port_num": [ 1 ],
  80. "gpu": [ -1 ]
  81. },
  82. "isr": {
  83. "port": [ 18040 ],
  84. "port_num": [ 3 ],
  85. "gpu": [ 0 ]
  86. },
  87. "atc": {
  88. "port": [ 18060 ],
  89. "port_num": [ 2 ],
  90. "gpu": [ -1 ]
  91. },
  92. "yolo": {
  93. "port": [ 18080 ],
  94. "port_num": [ 2 ],
  95. "gpu": [ 0 ]
  96. },
  97. "office": {
  98. "port": [ 16000 ],
  99. "port_num": [ 25 ],
  100. "gpu": []
  101. }
  102. }
  103. }