mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 06:53:59 +00:00
multiple: rely on asyncio_mode auto in tests (#27200)
This commit is contained in:
@@ -13,7 +13,6 @@ except ImportError:
|
||||
|
||||
|
||||
@pytest.mark.skipif(not IMPORTED_TORCH, reason="torch not installed")
|
||||
@pytest.mark.asyncio
|
||||
async def test_local_infinity_embeddings() -> None:
|
||||
embedder = InfinityEmbeddingsLocal(
|
||||
model="TaylorAI/bge-micro-v2",
|
||||
|
Reference in New Issue
Block a user