Skip to content

Commit

Permalink
add warmup to engine
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Jun 10, 2024
1 parent 0977109 commit 74f3722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/infinity_emb/tests/unit_test/test_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ async def test_torch_clip_embed():
EngineArgs(
model_name_or_path="wkcn/TinyCLIP-ViT-8M-16-Text-3M-YFCC15M",
engine=InferenceEngine.torch,
model_warmup=False,
model_warmup=True,
)
)
async with engine:
Expand Down

0 comments on commit 74f3722

Please sign in to comment.