Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
whisper-asr-webservice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Schwertgen
whisper-asr-webservice
Commits
8959328d
Commit
8959328d
authored
2 years ago
by
Ahmet Öner
Browse files
Options
Downloads
Patches
Plain Diff
Downgrade whisper version to 20230124 due to the triton installation for Arm Linux
parent
854d6ce2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
poetry.lock
+31
-158
31 additions, 158 deletions
poetry.lock
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
33 additions
and
160 deletions
README.md
+
1
−
1
View file @
8959328d
...
@@ -9,7 +9,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
...
@@ -9,7 +9,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
## Features
## Features
Current release (v1.1.0) supports following whisper models:
Current release (v1.1.0) supports following whisper models:
-
[
openai/whisper
](
https://github.com/openai/whisper
)
@
[
v20230
3
14
](
https://github.com/openai/whisper/releases/tag/v20230
3
14
)
-
[
openai/whisper
](
https://github.com/openai/whisper
)
@
[
v202301
2
4
](
https://github.com/openai/whisper/releases/tag/v202301
2
4
)
-
[
faster-whisper
](
https://github.com/guillaumekln/faster-whisper
)
@
[
0.4.1
](
https://github.com/guillaumekln/faster-whisper/releases/tag/v0.4.1
)
-
[
faster-whisper
](
https://github.com/guillaumekln/faster-whisper
)
@
[
0.4.1
](
https://github.com/guillaumekln/faster-whisper/releases/tag/v0.4.1
)
-
[
whisper.cpp
](
https://github.com/ggerganov/whisper.cpp
)
(
Coming
soon)
-
[
whisper.cpp
](
https://github.com/ggerganov/whisper.cpp
)
(
Coming
soon)
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
31
−
158
View file @
8959328d
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
8959328d
...
@@ -28,7 +28,7 @@ ffmpeg-python = "^0.2.0"
...
@@ -28,7 +28,7 @@ ffmpeg-python = "^0.2.0"
fastapi
=
"^0.95.1"
fastapi
=
"^0.95.1"
llvmlite
=
"^0.39.1"
llvmlite
=
"^0.39.1"
numba
=
"^0.56.4"
numba
=
"^0.56.4"
openai-whisper
=
"
^
20230
3
14"
openai-whisper
=
"202301
2
4"
faster-whisper
=
"^0.4.1"
faster-whisper
=
"^0.4.1"
torch
=
[
torch
=
[
{markers
=
"sys_platform
=
=
'darwin'
and
platform_machine
=
=
'arm64'", url = "
https://download.pytorch.org/whl/cpu/torch
-1.13
.
0
-cp
310
-none-macosx_
11_0
_arm
64
.whl
"},
{markers
=
"sys_platform
=
=
'darwin'
and
platform_machine
=
=
'arm64'", url = "
https://download.pytorch.org/whl/cpu/torch
-1.13
.
0
-cp
310
-none-macosx_
11_0
_arm
64
.whl
"},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment