Skip to content

Commit

Permalink
Apply comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olpipi committed Dec 11, 2024
1 parent b082d2b commit 5fc1067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/src/utils/paged_attention_transformations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#include "openvino/pass/manager.hpp"
#include "openvino/pass/sdpa_to_paged_attention.hpp"
#include "utils.hpp"

namespace ov {
namespace genai {
Expand Down Expand Up @@ -78,6 +77,7 @@ void apply_paged_attention_transformations(std::shared_ptr<ov::Model> model, Dev
apply_paged_attention_transformations(model, per_layer_cache_control);
set_kv_cache_type_and_shape(model, device_config);
}

} // namespace utils
} // namespace genai
} // namespace ov

0 comments on commit 5fc1067

Please sign in to comment.