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

Serving encrypted models #2477

Open
ErshovVE opened this issue Jun 20, 2024 · 0 comments
Open

Serving encrypted models #2477

ErshovVE opened this issue Jun 20, 2024 · 0 comments
Assignees

Comments

@ErshovVE
Copy link

Hello! Is it possible to run an encrypted model using fastdeploy server?
I have a few guesses.

  1. The fastdeploy backend looks for 'model.onnx' or 'model.pdmodel'. Perhaps registry "paddlepaddle/fastdeploy:1.0.7-cpu-only-21.10" is compiled with ENABLE_ENTRYPTION=OFF and if I rebuild the image with ENABLE_ENTRYPTION=ON it will work. Or should I just rename the model "model.encrypted" -> "model.onnx"? Then how can I specify the key in the configuration (config.pbtxt)?
  2. This is only possible through the Python Triton Model.
    Thank you in advance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants