File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " refchecker"
3
- version = " 0.2.13 "
3
+ version = " 0.2.14 "
4
4
description = " RefChecker provides automatic checking pipeline for detecting fine-grained hallucinations generated by Large Language Models."
5
5
authors = [
6
6
" Xiangkun Hu <[email protected] >" ,
@@ -15,7 +15,7 @@ license = "Apache-2.0"
15
15
[tool .poetry .dependencies ]
16
16
python = " ^3.10"
17
17
spacy = " ^3.7"
18
- boto3 = " ^1.34 "
18
+ boto3 = " ^1.35 "
19
19
torch = " ^2"
20
20
transformers = " ^4.41"
21
21
rank-bm25 = " ^0.2"
@@ -26,7 +26,7 @@ nltk = "^3.8"
26
26
pytorch_lightning = " ^2.3" # for alignscore
27
27
scikit-learn = " ^1.5"
28
28
accelerate = " ^0.31"
29
- litellm = " ^1.48 "
29
+ litellm = " ^1.49 "
30
30
diskcache = " ^5"
31
31
32
32
# optional dependencies required by specific modules
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ def get_model_batch_response(
150
150
n = n_choices ,
151
151
max_tokens = max_new_tokens ,
152
152
api_base = api_base ,
153
+ max_workers = None ,
153
154
** kwargs
154
155
)
155
156
try :
You can’t perform that action at this time.
0 commit comments