Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Sep 27, 2023
1 parent 532130a commit fc8ce44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/openvino/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ def test_compare_with_and_without_past_key_values(self):
)

model_without_pkv = OVModelForCausalLM.from_pretrained(model_id, export=True, use_cache=False)

# Warmup
_ = model_without_pkv.generate(**tokens)
with Timer() as without_pkv_timer:
Expand Down

0 comments on commit fc8ce44

Please sign in to comment.