Skip to content

Commit 06433a4

Browse files
committed
reverting last change in backened.py (deice = cpu)
1 parent 3df1e32 commit 06433a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
config["test_subset"] = True
1717
config["data_dir"] = "./data/testing_data/"
1818

19-
config["device"] = "cpu"
2019
# load the persistent database using ChromaDB
2120
print('Loading DB')
2221
client = chromadb.PersistentClient(path=config["persist_dir"])

0 commit comments

Comments
 (0)