OpenList / drivers /chunk /obj.go
lin7zhi's picture
Upload folder using huggingface_hub
619f93d verified
package chunk
import "github.com/OpenListTeam/OpenList/v4/internal/model"
type chunkObject struct {
model.Object
chunkSizes []int64
}