question

RajamannarAK-6287 avatar image
0 Votes"
RajamannarAK-6287 asked GiftA-MSFT answered

How to create deploy a Deep learning model as Function app

I have a DL model which sizes around 3.5 gigs and I'm creating a HTTP trigger to hit the model, all works fine when I test it in my local machine. When I start deploying the model as Function App into Azure, deployment breaks midway.

Also how can I link a gpu compute to the function app for the model to run.

azure-functionsazure-machine-learning
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

GiftA-MSFT avatar image
0 Votes"
GiftA-MSFT answered

Hi, here's documentation on how to Deploy ML model to Azure Functions. Currently, GPU is not supported, however, you can deploy to a Kubernetes cluster using GPU. Perhaps you can share the error message?

Additional Resources:

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.