- 000
🐛 Describe the bug
I am serving 3 models on my computer with GPU capacity, Torchserve is deployed as a docker container:
server:
image: pytorch/torchserve:test-gpu
container_name: {container_name}
restart: always
volumes:
- type: bind
source: ./model_store
tar...