Skip to content

Commit

Permalink
Upgrade whisper.cpp & other deps (#614)
Browse files Browse the repository at this point in the history
* upgrade deps

* update whisper bin for linux

* update whipser.cpp for win32

* fix ci in linux

* upgrade whisper.cpp for armd darwin

* upgrade whisper.cpp for x64 darwin

* fix undefined error when lookup (#613)

* Fix: use local timezone as default (#615)

* use local timezone as default

* refactor code

* fix time display

* Fix unhandled errors (#617)

* fix undefined

* prevent story preview unless url provided

* refactor

* Fix audible provider & add more YT channel (#618)

* add more youtube channel

* fix audible provider

* fix youtube video card style

* Feat: read & record through the transcription (#619)

* may read & record fulltext of transcription

* may delete & remove recording

* may assess recording

* fix pronunciation assessment result style

* fix style

* fix style

* fix player confit

* update locale & fix warning

* upgrade langchain to v0.2.0

* ci: fix test on linux runner
  • Loading branch information
an-lee committed May 20, 2024
1 parent cdbaf89 commit c20d6ed
Show file tree
Hide file tree
Showing 20 changed files with 7,304 additions and 4,338 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-enjoy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-14, windows-latest, ubuntu-latest]
os: [macos-12, macos-14, windows-latest, ubuntu-24.04]
steps:
- uses: actions/checkout@v4

Expand Down
6 changes: 3 additions & 3 deletions 1000-hours/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"mermaid": "^10.9.0",
"sass": "^1.77.1",
"vitepress": "^1.1.4",
"mermaid": "^10.9.1",
"sass": "^1.77.2",
"vitepress": "^1.2.0",
"vitepress-plugin-mermaid": "^2.0.16",
"vue": "^3.4.27"
},
Expand Down
Binary file removed enjoy/lib/whisper.cpp/arm64/darwin/bench
Binary file not shown.
Loading

0 comments on commit c20d6ed

Please sign in to comment.