Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 206 Bytes

File metadata and controls

16 lines (12 loc) · 206 Bytes

Pytorch inference API

Running locally

make venv
make install
make run

Running docker

docker build -t pytorch-deployment .
docker run -ti -p 8000:8000 pytorch-deployment