Skip to content

Commit 683d72a

Browse files
committed
update the comment of max_buffer_size to match declare
1 parent c00a410 commit 683d72a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mobius/_execution_providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class EpCapabilities:
9898
CUDA / CPU / DML / TRT-RTX where the runtime can handle large
9999
pre-allocations.
100100
max_buffer_size: Maximum allowed size in bytes for a single model
101-
weight buffer on this EP. ``0`` means no limit. When non-zero,
101+
weight buffer on this EP. ``None`` means no limit. When non-zero,
102102
large weight tensors (e.g. fused per-layer embedding tables) must
103103
be split into chunks that each fit within this bound. WebGPU's
104104
W3C spec default ``maxBufferSize`` is 268,435,456 bytes (256 MiB).

0 commit comments

Comments
 (0)