Skip to content

Commit

Permalink
fix model name
Browse files Browse the repository at this point in the history
  • Loading branch information
abdeladim-s committed May 5, 2023
1 parent b23add3 commit 2094df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subsai/models/whispercpp_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


class WhisperCppModel(AbstractModel):
model_name = 'whisper.cpp'
model_name = 'ggerganov/whisper.cpp'
config_schema = {
# load model config
'model_type': {
Expand Down

0 comments on commit 2094df0

Please sign in to comment.