We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f11853 commit bbdeea0Copy full SHA for bbdeea0
README.md
@@ -25,6 +25,7 @@ In this repository, I will share some useful notes and references about deployin
25
- [FastAI PyTorch Serverless API (with AWS Lambda)](https://github.com/alecrubin/pytorch-serverless/)
26
- [FastAI PyTorch in Production (discussion)](http://forums.fast.ai/t/fastai-pytorch-in-production/16928)
27
- [TorchServe](https://github.com/pytorch/serve) [Great Tool]
28
+- [TorchServe Video Tutorial](https://www.youtube.com/watch?v=XlO7iQMV3Ik)
29
30
## Convert PyTorch Models to C++:
31
- [**Loading a PyTorch Model in C++**](https://pytorch.org/tutorials/advanced/cpp_export.html) [_**Fantastic**_]
0 commit comments