Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
as-suvorov committed Oct 23, 2024
1 parent db542a9 commit fb34668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cpp/src/whisper_pipeline_static.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ namespace ov {
namespace genai {

WhisperPipeline::StaticWhisperPipeline::StaticWhisperPipeline(const std::filesystem::path& models_path,
const ov::AnyMap& plugin_config)
const ov::AnyMap& properties)
: WhisperPipelineImplBase{models_path} {
ov::Core core = utils::singleton_core();

Expand Down
2 changes: 1 addition & 1 deletion src/cpp/src/whisper_pipeline_static.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace genai {

class WhisperPipeline::StaticWhisperPipeline : public WhisperPipeline::WhisperPipelineImplBase {
public:
StaticWhisperPipeline(const std::filesystem::path& model_path, const ov::AnyMap& plugin_config);
StaticWhisperPipeline(const std::filesystem::path& model_path, const ov::AnyMap& properties);

WhisperDecodedResults generate(const RawSpeechInput& raw_speech_input,
OptionalWhisperGenerationConfig generation_config,
Expand Down

0 comments on commit fb34668

Please sign in to comment.