Skip to content

Commit

Permalink
models : fix support for spaces in path (close ggerganov#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Dec 23, 2022
1 parent 543bd56 commit 77226aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/download-ggml-model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function get_script_path() {
fi
}

models_path=$(get_script_path)
models_path="$(get_script_path)"

# Whisper models
models=( "tiny.en" "tiny" "base.en" "base" "small.en" "small" "medium.en" "medium" "large-v1" "large" )
Expand Down

0 comments on commit 77226aa

Please sign in to comment.