lance-format/lance

GPU-enabled index training

オープン

#1,080 opened on 2023/07/20

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (695 件のフォーク)github user discovery
A-pythonPyTorchgood first issue

Repository metrics

Stars
 (6,582 個のスター)
PR merge metrics
 (平均マージ 6d 1h) (30d で 219 merged PRs)

説明

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

コントリビューターガイド