fix: smaller warmup id

This commit is contained in:
Andy Lee
2025-07-14 15:20:45 -07:00
parent ef01d6997a
commit baa60b40d1

View File

@@ -465,7 +465,7 @@ def create_hnsw_embedding_server(
"""Perform client-side warmup"""
time.sleep(2)
print(f"Performing client-side warmup with model {model_name}...")
sample_ids = ["1", "2", "3", "4", "5"]
sample_ids = ["0", "1", "2", "3", "4"]
try:
context = zmq.Context()