Skip to content

Commit

Permalink
set default scale factor as 8
Browse files Browse the repository at this point in the history
  • Loading branch information
e-ddykim committed Jan 11, 2025
1 parent a8dfb18 commit 6a756c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_gpu/src/runtime/execution_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void ExecutionConfig::set_default() {
std::make_tuple(ov::hint::kv_cache_precision, ov::element::undefined),
std::make_tuple(ov::intel_gpu::hint::enable_kernels_reuse, false),
std::make_tuple(ov::weights_path, ""),
std::make_tuple(ov::hint::activations_scale_factor, 0.f),
std::make_tuple(ov::hint::activations_scale_factor, 8.f),

// Legacy API properties
std::make_tuple(ov::intel_gpu::nv12_two_inputs, false),
Expand Down

0 comments on commit 6a756c5

Please sign in to comment.