Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

torchserve docker image with tag 'latest' and '0.6.0' still using previous torchserve version '0.5.3' #1681

Closed
mansigoel opened this issue Jun 10, 2022 · 1 comment
Assignees
Labels
p2 low priority

Comments

@mansigoel
Copy link

mansigoel commented Jun 10, 2022

Latest docker releases of torchserve (version 0.6.0) are still using previous torchserve library version '0.5.3'
Can the latest docker images be updated to reflect the latest torchserve library version 0.6.0?

Command: docker run --rm -it -v $(pwd):/mnt/models docker.io/pytorch/torchserve:0.6.0-cpu torchserve --start --model-store /mnt/models/model-store 
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
2022-06-10T18:55:31,140 [INFO ] main org.pytorch.serve.servingsdk.impl.PluginsManager - Initializing plugins manager...
2022-06-10T18:55:31,336 [INFO ] main org.pytorch.serve.ModelServer -
**Torchserve version: 0.5.3**
TS Home: /home/venv/lib/python3.8/site-packages
Current directory: /home/model-server
Temp directory: /home/model-server/tmp
@msaroufim msaroufim added the p2 low priority label Jun 10, 2022
@msaroufim msaroufim self-assigned this Jun 10, 2022
@msaroufim
Copy link
Member

msaroufim commented Jun 11, 2022

This should be fixed now

(serve) ubuntu@ip-172-31-16-198:~$ docker run --rm -it -p 8080:8080 -p 8081:8081 --name mar -v $(pwd)/model-store:/home/model-server/model-store -v $(pwd)/examples:/home/model-server/examples pytorch/torchserve:latest
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.

2022-06-11T00:37:49,264 [INFO ] main org.pytorch.serve.servingsdk.impl.PluginsManager - Initializing plugins manager...
2022-06-11T00:37:49,385 [INFO ] main org.pytorch.serve.ModelServer - 
Torchserve version: 0.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2 low priority
Projects
None yet
Development

No branches or pull requests

2 participants