|
10 | 10 | - 'src/cpp/src/synchronized_queue.hpp'
|
11 | 11 | - 'src/cpp/src/make_combine_segments_stateful.cpp'
|
12 | 12 | - 'src/cpp/src/make_combine_segments_stateful.hpp'
|
| 13 | +- 'src/python/py_tokenizer.cpp' |
13 | 14 | - 'thirdparty/openvino_tokenizers'
|
14 | 15 | - 'tests/python_tests/tokenizer_configs.py'
|
15 | 16 |
|
|
22 | 23 | - 'src/cpp/src/llm_pipeline_base.hpp'
|
23 | 24 | - 'src/cpp/src/llm_pipeline_static.hpp'
|
24 | 25 | - 'src/cpp/src/llm_pipeline_static.cpp'
|
| 26 | +- 'src/python/py_llm_pipeline.cpp' |
25 | 27 | - 'tests/python_tests/test_generate_api.py'
|
26 | 28 | - 'tests/python_tests/test_chat_generate_api.py'
|
27 | 29 |
|
|
31 | 33 | - 'src/cpp/src/sampler.hpp'
|
32 | 34 | - 'src/cpp/src/sampler.cpp'
|
33 | 35 | - 'src/cpp/src/logit_processor.hpp'
|
| 36 | +- 'src/python/py_generation_config.cpp' |
34 | 37 | - 'tests/cpp/logit_filtering.cpp'
|
35 | 38 | - 'tests/cpp/generate_config.cpp'
|
36 | 39 | - 'tests/cpp/sampler.cpp'
|
|
40 | 43 | - 'src/cpp/src/lora_adapter.cpp'
|
41 | 44 | - 'src/cpp/src/lora_helper.cpp'
|
42 | 45 | - 'src/cpp/src/lora_helper.hpp'
|
| 46 | +- 'src/cpp/src/lora_names_mapping.cpp' |
| 47 | +- 'src/cpp/src/lora_names_mapping.hpp' |
43 | 48 | - 'src/cpp/src/safetensors.c'
|
| 49 | +- 'src/python/py_lora_adapter.cpp' |
44 | 50 |
|
45 | 51 | 'category: samples':
|
46 | 52 | - 'samples/**/*'
|
|
51 | 57 | - 'src/cpp/src/whisper/**/*'
|
52 | 58 | - 'src/cpp/src/whisper_generation_config.cpp'
|
53 | 59 | - 'src/cpp/src/whisper_pipeline.cpp'
|
| 60 | +- 'src/python/py_whisper_pipeline.cpp' |
54 | 61 | - 'tests/python_tests/test_whisper_generate_api.py'
|
55 | 62 |
|
56 | 63 | 'category: Python API':
|
|
59 | 66 | 'category: visual language':
|
60 | 67 | - 'src/include/openvino/genai/visual_language/**/*'
|
61 | 68 | - 'src/cpp/src/visual_language/**/*'
|
| 69 | +- 'src/python/py_vlm_pipeline.cpp' |
62 | 70 | - 'tests/python_tests/test_vlm_api.py'
|
63 | 71 |
|
64 | 72 | 'category: speculative decoding':
|
|
91 | 99 | - 'src/cpp/src/sequence_group.cpp'
|
92 | 100 | - 'src/cpp/src/sequence_group.hpp'
|
93 | 101 | - 'src/cpp/src/timer.hpp'
|
| 102 | +- 'src/python/py_continuous_batching_pipeline.cpp' |
94 | 103 | - 'tests/python_tests/test_cache_optimizations.py'
|
95 | 104 | - 'tests/python_tests/test_preemption.py'
|
96 | 105 | - 'tests/python_tests/test_sampling.py'
|
|
110 | 119 | 'category: text to image':
|
111 | 120 | - 'src/include/openvino/genai/text2image/**/*'
|
112 | 121 | - 'src/cpp/src/text2image/**/*'
|
| 122 | +- 'src/python/py_text2image_models.cpp' |
| 123 | +- 'src/python/py_text2image_pipeline.cpp' |
113 | 124 |
|
114 | 125 | 'category: GenAI C++ API':
|
115 | 126 | - 'src/cpp/include/openvino/genai/**/*'
|
|
0 commit comments