kubeflow / fairing

Python SDK for building, training, and deploying ML models
Apache License 2.0
337 stars 144 forks source link

Support specifying GPU resource #487

Closed jinchihe closed 4 years ago

jinchihe commented 4 years ago

/kind feature

Describe the solution you'd like [A clear and concise description of what you want to happen.]

Now, more and more Machine learning cases are executed on GPU cluster, Kubeflow Fairing should support specifying GPU resource. For now, only support configuring CPU and Memory.

https://github.com/kubeflow/fairing/blob/e0d44e870b467bbd773f836a8b1b648b79019dd1/kubeflow/fairing/kubernetes/utils.py#L6

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the labels:

Label Probability
feature 0.99

Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.

jinchihe commented 4 years ago

/assign

jinchihe commented 4 years ago

Already implemented in #488