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

貢獻者指南