feat: use GPU for index creation. (#540)

Bump lance to 0.8.3 to include GPU training

---------

Co-authored-by: Rob Meng <rob.xu.meng@gmail.com>
This commit is contained in:
Lei Xu
2023-10-05 20:49:00 -07:00
committed by GitHub
parent 88d8d7249e
commit a26c8f3316
8 changed files with 104 additions and 85 deletions

View File

@@ -2,7 +2,7 @@
name = "lancedb"
version = "0.3.0"
dependencies = [
"pylance==0.8.1",
"pylance==0.8.3",
"ratelimiter~=1.0",
"retry>=0.9.2",
"tqdm>=4.1.0",