Skip to content

Commit

Permalink
Set default kv_cache_precision during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Dec 9, 2024
1 parent 4d73e51 commit bc97c9d
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 @@ -121,7 +121,7 @@

SEED = 42

F32_CONFIG = {"INFERENCE_PRECISION_HINT": "f32"}
F32_CONFIG = {"INFERENCE_PRECISION_HINT": "f32", "KV_CACHE_PRECISION": "f16"}


class Timer(object):
Expand Down

0 comments on commit bc97c9d

Please sign in to comment.