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
Background
The OptimumEmbedders optimize inference speed for embedding inference. We have a basic version almost ready. In this task, we want to push these embedding components to their performance limits.
Ideas
optimize data loading
optimize batching
optimize TensorRT engine build
try FP16 inference
play with further optimizations (ORTOptimizer, ORTQuantizer)
The text was updated successfully, but these errors were encountered:
Background
The OptimumEmbedders optimize inference speed for embedding inference. We have a basic version almost ready. In this task, we want to push these embedding components to their performance limits.
Ideas
The text was updated successfully, but these errors were encountered: