You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After checking the examples at: https://github.com/triton-inference-server/fastertransformer_backend/tree/main/all_models, I'm a little lost on how to enable Data Parallelism using FasterTransformer for T5. E.g: I have a T5-3b model which can be loaded into an A10 GPU. If my node/host has 4 GPUs, how can I have 4 model instances to be loaded into 4 GPUs accordingly? Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
After checking the examples at: https://github.com/triton-inference-server/fastertransformer_backend/tree/main/all_models, I'm a little lost on how to enable Data Parallelism using FasterTransformer for T5. E.g: I have a T5-3b model which can be loaded into an A10 GPU. If my node/host has 4 GPUs, how can I have 4 model instances to be loaded into 4 GPUs accordingly? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions