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

Enable pytest test_example_torch_compile.py:test_example_torch_compile.py #3173

Closed agunapal closed 2 weeks ago

agunapal commented 3 weeks ago

🐛 Describe the bug

This pytest waas disabled as it was causing other tests to fail. This needs to be re-enabled.

Error logs

Currently skipped

Installation instructions

Nightly

Model Packaging

NA

config.properties

NA

Versions

Nightly

Repro instructions

NA

Possible Solution

No response

agunapal commented 2 weeks ago

Done