lance-format/lance

GPU-enabled index training

Open

#1 080 ouverte le 20 juil. 2023

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (695 forks)github user discovery
A-pythonPyTorchgood first issue

Métriques du dépôt

Stars
 (6 582 stars)
Métriques de merge PR
 (Merge moyen 6j 1h) (219 PRs mergées en 30 j)

Description

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

Guide contributeur