Skip to content

Commit

Permalink
Enable LTR in serverless.
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Jul 19, 2024
1 parent 50a52c6 commit ccae495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ default void configure(Settings settings) {}
boolean isNlpEnabled();

default boolean isLearningToRankEnabled() {
return false;
return true;
}

default boolean disableInferenceProcessCache() {
Expand Down

0 comments on commit ccae495

Please sign in to comment.