Skip to content

Commit

Permalink
Add support for more metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Prithivi Da authored and Prithivi Da committed Dec 13, 2023
1 parent 563dfd1 commit f159319
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flashrank/Ranker.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
import zipfile
import requests
from tqdm import tqdm
# from flashrank.Config import default_model, default_cache_dir, model_url, model_file_map
from Config import default_model, default_cache_dir, model_url, model_file_map
from flashrank.Config import default_model, default_cache_dir, model_url, model_file_map
import collections

class RerankRequest:
Expand Down

0 comments on commit f159319

Please sign in to comment.