mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 10:52:56 +00:00
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:
@@ -223,6 +223,7 @@ def test_create_index_method():
|
||||
num_partitions=256,
|
||||
num_sub_vectors=96,
|
||||
replace=True,
|
||||
accelerator=None,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user