SafeTensorsShardException

Exceptions specific to sharded SafeTensors operations.

Inheritors

Types

Link copied to clipboard
class IncompleteShard(val loadedCount: Int, val totalCount: Int, val missingShards: List<String>) : SafeTensorsShardException

Some shards missing but partial load not allowed

Link copied to clipboard

Index file not found

Link copied to clipboard
class ShardNotFound(val shardName: String, val expectedPath: String) : SafeTensorsShardException

Required shard file not found