Skip to content

Commit f77aea3

Browse files
committed
fix test failure
Signed-off-by: fishbell <bell.song@intel.com>
1 parent 861cbe5 commit f77aea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/intel_gpu/tests/unit/test_cases/paged_attention_gpu_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,7 @@ struct PagedAttentionManager {
804804
memory::ptr get_token_type_ids_memory() {
805805
std::vector<int> token_type_ids = { 0 };
806806
return get_memory_from_vec(token_type_ids);
807+
}
807808

808809
memory::ptr get_qq_bias_memory() {
809810
std::vector<uint8_t> flat_qq_bias;

0 commit comments

Comments
 (0)