Skip to content

Commit

Permalink
Release v1.8.8 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Nov 7, 2023
1 parent 10d6dba commit ab0e830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
project(sherpa-onnx)

set(SHERPA_ONNX_VERSION "1.8.7")
set(SHERPA_ONNX_VERSION "1.8.8")

# Disable warning about
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/whisper/export-onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def main():

if name == "distil-medium.en":
filename = "./distil-medium-en-original-model.bin"
if not Path(filename):
if not Path(filename).is_file():
raise ValueError(
"""
Please go to https://huggingface.co/distil-whisper/distil-medium.en
Expand Down

0 comments on commit ab0e830

Please sign in to comment.