Skip to content

Commit

Permalink
Update src/cpp/src/whisper_pipeline.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Lavrenov <[email protected]>
  • Loading branch information
TolyaTalamanov and ilya-lavrenov authored Oct 9, 2024
1 parent 8f1f42c commit b4cd97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/src/whisper_pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ std::vector<int64_t> whisper_generate(const ov::genai::WhisperGenerationConfig&
ov::genai::WhisperFeatureExtractor& feature_extractor,
const std::shared_ptr<StreamerBase> streamer);

class WhisperPipelineImpl : public WhisperPipelineImplBase {
class WhisperPipelineStatefulImpl : public WhisperPipelineImplBase {
public:
ov::genai::WhisperInitializedModels m_models;

Expand Down

0 comments on commit b4cd97e

Please sign in to comment.