mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-10 22:02:58 +00:00
Embeddings: HF model hub support added via transformers (#1154)
This commit is contained in:
committed by
Weston Pace
parent
ac63d4066b
commit
1c41a00d87
@@ -90,7 +90,7 @@ requires = ["maturin>=1.4"]
|
||||
build-backend = "maturin"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["F", "E", "W", "I", "G", "TCH", "PERF"]
|
||||
select = ["F", "E", "W", "G", "TCH", "PERF"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "--strict-markers --ignore-glob=lancedb/embeddings/*.py"
|
||||
|
||||
Reference in New Issue
Block a user