Does it support TF and Pytorch? #1627
Unanswered
josephykwang
asked this question in
Community | Q&A
Replies: 1 comment 1 reply
-
If it is a transformer model, you can directly copy the transformer layer from Titans. It is compatible with torch serve/nvidia triton if it runs on a single GPU. If it needs to run on multiple GPUs, you can look at EnergonAI. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How much rewrite is required for existing TF and Pytorch models?
Are the models compatible with TF Serve, TorchServe, or Nvidia Triton?
Beta Was this translation helpful? Give feedback.
All reactions