IncompleteShard

class IncompleteShard(val loadedCount: Int, val totalCount: Int, val missingShards: List<String>) : SafeTensorsShardException(source)

Some shards missing but partial load not allowed

Constructors

Link copied to clipboard
constructor(loadedCount: Int, totalCount: Int, missingShards: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard