isShardedFilename

Check if a filename matches the sharded SafeTensors pattern.

Pattern: *-NNNNN-of-NNNNN.safetensors (e.g., "model-00001-of-00003.safetensors")

Return

True if it matches the sharded pattern

Parameters

filename

Filename to check