AjayP13 commited on
Commit
08e7acd
·
verified ·
1 Parent(s): 5a402b7

Update instruction_template_retriever.py

Browse files
Files changed (1) hide show
  1. instruction_template_retriever.py +1 -1
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",