Skip to content

Commit

Permalink
[GPU] Added missing kv_cache_precision property to supported list
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Paramuzov <[email protected]>
  • Loading branch information
vladimir-paramuzov committed Jan 28, 2025
1 parent 3d24df5 commit 90196cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/intel_gpu/src/plugin/compiled_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ ov::Any CompiledModel::get_property(const std::string& name) const {
ov::PropertyName{ov::hint::inference_precision.name(), PropertyMutability::RO},
ov::PropertyName{ov::hint::dynamic_quantization_group_size.name(), PropertyMutability::RO},
ov::PropertyName{ov::hint::activations_scale_factor.name(), PropertyMutability::RO},
ov::PropertyName{ov::hint::kv_cache_precision.name(), PropertyMutability::RO},
ov::PropertyName{ov::device::id.name(), PropertyMutability::RO},
ov::PropertyName{ov::execution_devices.name(), PropertyMutability::RO},
};
Expand Down

0 comments on commit 90196cd

Please sign in to comment.