Skip to content

Commit 8fde3bc

Browse files
committed
Merge branch 'feature-llamareranker' of https://github.com/nipeone/LLamaSharp into feature-llamareranker
2 parents 9f4bd96 + 69a5f42 commit 8fde3bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LLama/LLamaReranker.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public async Task<IReadOnlyList<float>> GetRelevanceScores(string input, IReadOn
100100
/// <param name="input"></param>
101101
/// <param name="document"></param>
102102
/// <param name="cancellationToken"></param>
103-
/// <param name="normalize">Whether to normalize the score to the range (0, 1)</param>
104103
/// <returns></returns>
105104
/// <exception cref="RuntimeError"></exception>
106105
/// <exception cref="NotSupportedException"></exception>

0 commit comments

Comments
 (0)