You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 4.7 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>server</artifactId>
  7. <groupId>org.dubhe</groupId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>dubhe-train</artifactId>
  12. <version>0.0.1-SNAPSHOT</version>
  13. <name>train 训练管理</name>
  14. <description>Dubhe train</description>
  15. <dependencies>
  16. <!-- Biz 通用配置 -->
  17. <dependency>
  18. <groupId>org.dubhe.biz</groupId>
  19. <artifactId>base</artifactId>
  20. <version>${org.dubhe.biz.base.version}</version>
  21. </dependency>
  22. <dependency>
  23. <groupId>org.dubhe.biz</groupId>
  24. <artifactId>data-permission</artifactId>
  25. <version>${org.dubhe.biz.data-permission.version}</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>org.dubhe.biz</groupId>
  29. <artifactId>data-permission</artifactId>
  30. <version>${org.dubhe.biz.data-permission.version}</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.dubhe.biz</groupId>
  34. <artifactId>log</artifactId>
  35. <version>${org.dubhe.biz.log.version}</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.dubhe.biz</groupId>
  39. <artifactId>file</artifactId>
  40. <version>${org.dubhe.biz.file.version}</version>
  41. </dependency>
  42. <!-- Cloud swagger -->
  43. <dependency>
  44. <groupId>org.dubhe.cloud</groupId>
  45. <artifactId>swagger</artifactId>
  46. <version>${org.dubhe.cloud.swagger.version}</version>
  47. </dependency>
  48. <!-- 统一权限配置 -->
  49. <dependency>
  50. <groupId>org.dubhe.cloud</groupId>
  51. <artifactId>auth-config</artifactId>
  52. <version>${org.dubhe.cloud.auth-config.version}</version>
  53. </dependency>
  54. <!-- 远程调用 -->
  55. <dependency>
  56. <groupId>org.dubhe.cloud</groupId>
  57. <artifactId>remote-call</artifactId>
  58. <version>${org.dubhe.cloud.remote-call.version}</version>
  59. </dependency>
  60. <!-- 注册中心 -->
  61. <dependency>
  62. <groupId>org.dubhe.cloud</groupId>
  63. <artifactId>registration</artifactId>
  64. <version>${org.dubhe.cloud.registration.version}</version>
  65. </dependency>
  66. <!-- 配置中心 -->
  67. <dependency>
  68. <groupId>org.dubhe.cloud</groupId>
  69. <artifactId>configuration</artifactId>
  70. <version>${org.dubhe.cloud.configuration.version}</version>
  71. </dependency>
  72. <!-- common-k8s -->
  73. <dependency>
  74. <groupId>org.dubhe</groupId>
  75. <artifactId>common-k8s</artifactId>
  76. <version>${org.dubhe.common-k8s.version}</version>
  77. </dependency>
  78. <!-- common-recycle 垃圾回收-->
  79. <dependency>
  80. <groupId>org.dubhe</groupId>
  81. <artifactId>common-recycle</artifactId>
  82. <version>${org.dubhe.common-recycle.version}</version>
  83. </dependency>
  84. <!-- 单元测试 -->
  85. <dependency>
  86. <groupId>org.dubhe.cloud</groupId>
  87. <artifactId>unit-test</artifactId>
  88. <version>${org.dubhe.cloud.unit-test.version}</version>
  89. <scope>test</scope>
  90. </dependency>
  91. <dependency>
  92. <groupId>org.springframework.boot</groupId>
  93. <artifactId>spring-boot-starter-test</artifactId>
  94. <scope>test</scope>
  95. </dependency>
  96. </dependencies>
  97. <build>
  98. <plugins>
  99. <plugin>
  100. <groupId>org.springframework.boot</groupId>
  101. <artifactId>spring-boot-maven-plugin</artifactId>
  102. <configuration>
  103. <skip>false</skip>
  104. <fork>true</fork>
  105. <classifier>exec</classifier>
  106. </configuration>
  107. </plugin>
  108. <!-- 跳过单元测试 -->
  109. <plugin>
  110. <groupId>org.apache.maven.plugins</groupId>
  111. <artifactId>maven-surefire-plugin</artifactId>
  112. <configuration>
  113. <skipTests>true</skipTests>
  114. </configuration>
  115. </plugin>
  116. </plugins>
  117. <resources>
  118. <resource>
  119. <filtering>true</filtering>
  120. <directory>src/main/resources</directory>
  121. </resource>
  122. </resources>
  123. </build>
  124. </project>

一站式算法开发平台、高性能分布式深度学习框架、先进算法模型库、视觉模型炼知平台、数据可视化分析平台等一系列平台及工具,在模型高效分布式训练、数据处理和可视分析、模型炼知和轻量化等技术上形成独特优势,目前已在产学研等各领域近千家单位及个人提供AI应用赋能