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
size : int = getenv("MILABENCH_SIZER_BATCH_SIZE", int) # Override the batch size
autoscale: bool = getenv("MILABENCH_SIZER_AUTO", False) # Enable autoscaling from the GPU max memory
multiple : int = getenv("MILABENCH_SIZER_MULTIPLE", int) # Force the Batch size to be a multiple of something
optimized: bool = getenv("MILABENCH_SIZER_OPTIMIZED", int) # Use configured batch
capacity : str = getenv("MILABENCH_SIZER_CAPACITY", str) # Override GPU max memory
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: