Update instruction_template_retriever.py
Browse files
instruction_template_retriever.py
CHANGED
@@ -230,7 +230,7 @@ class InstructionTemplateRetriever:
|
|
230 |
hf_hub_download(
|
231 |
"fineinstructions/finetemplates",
|
232 |
"faiss_index/reweighting_stats.pkl",
|
233 |
-
revision=FINETEMPLATES_REVISION,
|
234 |
repo_type="dataset",
|
235 |
),
|
236 |
"rb",
|
|
|
230 |
hf_hub_download(
|
231 |
"fineinstructions/finetemplates",
|
232 |
"faiss_index/reweighting_stats.pkl",
|
233 |
+
revision=InstructionTemplateRetriever.FINETEMPLATES_REVISION,
|
234 |
repo_type="dataset",
|
235 |
),
|
236 |
"rb",
|