fix: smaller warmup id
This commit is contained in:
@@ -465,7 +465,7 @@ def create_hnsw_embedding_server(
|
|||||||
"""Perform client-side warmup"""
|
"""Perform client-side warmup"""
|
||||||
time.sleep(2)
|
time.sleep(2)
|
||||||
print(f"Performing client-side warmup with model {model_name}...")
|
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:
|
try:
|
||||||
context = zmq.Context()
|
context = zmq.Context()
|
||||||
|
|||||||
Reference in New Issue
Block a user