Spaces:
Sleeping
Sleeping
github-actions[bot] commited on
Commit ·
10ee5ed
1
Parent(s): a8a94d1
chore: sync app/ and src/ from GitHub
Browse files- src/__init__.py +0 -0
- src/bm25.py +1 -1
src/__init__.py
ADDED
|
File without changes
|
src/bm25.py
CHANGED
|
@@ -543,4 +543,4 @@ def build_from_hf_datasets_batched(
|
|
| 543 |
ckpt.unlink()
|
| 544 |
print("Checkpoints cleaned up.")
|
| 545 |
|
| 546 |
-
return retriever
|
|
|
|
| 543 |
ckpt.unlink()
|
| 544 |
print("Checkpoints cleaned up.")
|
| 545 |
|
| 546 |
+
return retriever
|