pytorch / serve

Serve, optimize and scale PyTorch models in production
https://pytorch.org/serve/
Apache License 2.0
4.04k stars 821 forks source link

Update image_classifier/densenet-161 to include torch.compile #3200

Closed lzcemma closed 1 week ago

lzcemma commented 1 week ago

Description

Update image_classifier/densenet-161 to include torch.compile

Add model config file Update README

Type of change

Testing

Checklist:

lzcemma commented 1 week ago

Hi @lzcemma Thanks for the PR! Can you please move the torch.compile section to the top. We want users to try torch.compile by default

Hi @agunapal Thanks for review. I updated the README and torch.compile section is on top now.