Skip to content

Commit

Permalink
Broken param
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaloop committed Sep 5, 2024
1 parent e140e43 commit 79ce4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplake/core/vectorstore/deep_memory/test_deepmemory.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ def test_deepmemory_evaluate_with_embedding_function_specified_in_constructor_sh

queries_vs = VectorStore(
path=queries,
runtime={"tensor_db": True},
# runtime={"tensor_db": True},
token=hub_cloud_dev_token,
embedding_function=embedding_fn,
)
Expand Down

0 comments on commit 79ce4de

Please sign in to comment.