Skip to content

Commit 5e37c60

Browse files
[GHA] Updated labeler config (openvinotoolkit#1059)
1 parent de2e843 commit 5e37c60

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/labeler.yml

+11
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- 'src/cpp/src/synchronized_queue.hpp'
1111
- 'src/cpp/src/make_combine_segments_stateful.cpp'
1212
- 'src/cpp/src/make_combine_segments_stateful.hpp'
13+
- 'src/python/py_tokenizer.cpp'
1314
- 'thirdparty/openvino_tokenizers'
1415
- 'tests/python_tests/tokenizer_configs.py'
1516

@@ -22,6 +23,7 @@
2223
- 'src/cpp/src/llm_pipeline_base.hpp'
2324
- 'src/cpp/src/llm_pipeline_static.hpp'
2425
- 'src/cpp/src/llm_pipeline_static.cpp'
26+
- 'src/python/py_llm_pipeline.cpp'
2527
- 'tests/python_tests/test_generate_api.py'
2628
- 'tests/python_tests/test_chat_generate_api.py'
2729

@@ -31,6 +33,7 @@
3133
- 'src/cpp/src/sampler.hpp'
3234
- 'src/cpp/src/sampler.cpp'
3335
- 'src/cpp/src/logit_processor.hpp'
36+
- 'src/python/py_generation_config.cpp'
3437
- 'tests/cpp/logit_filtering.cpp'
3538
- 'tests/cpp/generate_config.cpp'
3639
- 'tests/cpp/sampler.cpp'
@@ -40,7 +43,10 @@
4043
- 'src/cpp/src/lora_adapter.cpp'
4144
- 'src/cpp/src/lora_helper.cpp'
4245
- 'src/cpp/src/lora_helper.hpp'
46+
- 'src/cpp/src/lora_names_mapping.cpp'
47+
- 'src/cpp/src/lora_names_mapping.hpp'
4348
- 'src/cpp/src/safetensors.c'
49+
- 'src/python/py_lora_adapter.cpp'
4450

4551
'category: samples':
4652
- 'samples/**/*'
@@ -51,6 +57,7 @@
5157
- 'src/cpp/src/whisper/**/*'
5258
- 'src/cpp/src/whisper_generation_config.cpp'
5359
- 'src/cpp/src/whisper_pipeline.cpp'
60+
- 'src/python/py_whisper_pipeline.cpp'
5461
- 'tests/python_tests/test_whisper_generate_api.py'
5562

5663
'category: Python API':
@@ -59,6 +66,7 @@
5966
'category: visual language':
6067
- 'src/include/openvino/genai/visual_language/**/*'
6168
- 'src/cpp/src/visual_language/**/*'
69+
- 'src/python/py_vlm_pipeline.cpp'
6270
- 'tests/python_tests/test_vlm_api.py'
6371

6472
'category: speculative decoding':
@@ -91,6 +99,7 @@
9199
- 'src/cpp/src/sequence_group.cpp'
92100
- 'src/cpp/src/sequence_group.hpp'
93101
- 'src/cpp/src/timer.hpp'
102+
- 'src/python/py_continuous_batching_pipeline.cpp'
94103
- 'tests/python_tests/test_cache_optimizations.py'
95104
- 'tests/python_tests/test_preemption.py'
96105
- 'tests/python_tests/test_sampling.py'
@@ -110,6 +119,8 @@
110119
'category: text to image':
111120
- 'src/include/openvino/genai/text2image/**/*'
112121
- 'src/cpp/src/text2image/**/*'
122+
- 'src/python/py_text2image_models.cpp'
123+
- 'src/python/py_text2image_pipeline.cpp'
113124

114125
'category: GenAI C++ API':
115126
- 'src/cpp/include/openvino/genai/**/*'

0 commit comments

Comments
 (0)