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.

distribute-train-crd.yaml 1.4 kB

4 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ---
  2. apiVersion: apiextensions.k8s.io/v1beta1
  3. kind: CustomResourceDefinition
  4. metadata:
  5. name: distributetrains.onebrain.oneflow.org
  6. spec:
  7. group: onebrain.oneflow.org
  8. names:
  9. kind: DistributeTrain
  10. singular: distributetrain
  11. plural: distributetrains
  12. shortNames:
  13. - dt
  14. scope: Namespaced
  15. subresources:
  16. status: {}
  17. version: v1alpha1
  18. validation:
  19. openAPIV3Schema:
  20. properties:
  21. apiVersion:
  22. type: string
  23. kind:
  24. type: string
  25. metadata:
  26. type: object
  27. spec:
  28. properties:
  29. image:
  30. type: string
  31. imagePullPolicy:
  32. type: string
  33. size:
  34. format: int32
  35. type: integer
  36. masterCmd:
  37. type: string
  38. slaveCmd:
  39. type: string
  40. masterResources:
  41. type: object
  42. slaveResources:
  43. type: object
  44. nodeSelector:
  45. type: object
  46. initContainer:
  47. type: object
  48. volumeMounts:
  49. type: array
  50. volumes:
  51. type: array
  52. tolerations:
  53. type: array
  54. required:
  55. - image
  56. - imagePullPolicy
  57. - size
  58. - masterCmd
  59. - slaveCmd
  60. - workspaceStorage
  61. type: object

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