ggerganov commited on
Commit
f39e0be
·
unverified ·
1 Parent(s): 490ad62

models : fix support for spaces in path (close #315)

Browse files
Files changed (1) hide show
  1. models/download-ggml-model.sh +1 -1
models/download-ggml-model.sh CHANGED
@@ -19,7 +19,7 @@ function get_script_path() {
19
  fi
20
  }
21
 
22
- models_path=$(get_script_path)
23
 
24
  # Whisper models
25
  models=( "tiny.en" "tiny" "base.en" "base" "small.en" "small" "medium.en" "medium" "large-v1" "large" )
 
19
  fi
20
  }
21
 
22
+ models_path="$(get_script_path)"
23
 
24
  # Whisper models
25
  models=( "tiny.en" "tiny" "base.en" "base" "small.en" "small" "medium.en" "medium" "large-v1" "large" )