[Deepseek V3.2] Fix accuracy bug in the Indexer (#12583)

Signed-off-by: Hao Lu <14827759+hlu1@users.noreply.github.com>
This commit is contained in:
hlu1
2025-11-11 16:15:26 -08:00
committed by GitHub
parent 2ca25a8aab
commit 0d4a418424
6 changed files with 96 additions and 17 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class TestDeepseekV32Basic(CustomTestCase):
self,
): # Append an "a" to make this test run first (alphabetically) to warm up the server
args = SimpleNamespace(
num_shots=8,
num_shots=20,
data_path=None,
num_questions=1400,
parallel=1400,