We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8819cc5 commit 5349674Copy full SHA for 5349674
evaluation/scripts/run_prefeval_eval.sh
@@ -108,7 +108,9 @@ python $LIB_SCRIPT search \
108
--input $IDS_FILE \
109
--output $SEARCH_FILE \
110
--top-k $TOP_K \
111
- --max-workers $WORKERS
+ --max-workers $WORKERS \
112
+ --lib $LIB \
113
+ --version $VERSION
114
115
if [ $? -ne 0 ]; then
116
echo "Error: $LIB_SCRIPT 'search' mode failed."
@@ -121,7 +123,9 @@ echo "Running $LIB_SCRIPT in 'response' mode..."
121
123
python $LIB_SCRIPT response \
122
124
--input $SEARCH_FILE \
125
--output $RESPONSE_FILE \
126
127
128
129
130
131
echo "Error: $LIB_SCRIPT 'response' mode failed."
0 commit comments