lance-format/lance

GPU-enabled index training

开放

#1,080 创建于 2023年7月20日

 (1 条评论) (0 个反应) (0 位负责人)Rust (695 个派生)github user discovery
A-pythonPyTorchgood first issue

仓库指标

星标
 (6,582 个星标)
PR 合并指标
 (平均合并 6天 1小时) (30 天内合并 219 个 PR)

描述

Currently the index training time is dominated by kmeans training, which can be sped up significantly via hardware acceleration.

Recently we added an API to take externally trained IVF centroids. So we could have an optional feature where the centroids are trained using pytorch or rapids then set the centroids explicitly.

Examples:

https://github.com/lancedb/lance/blob/main/python/python/lance/dataset.py#L481

贡献者指南