Some error in my whisper Project in ubuntu #2264
ahmednmwothoq
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
but in local , the code work well |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i have error in my project , please can you help me to solve it !!!
i create environment for project and run Gunicorn with nginx
The Errors
1-
Jul 11 00:07:47 gunicorn[74177]: return forward_call(*args, **kwargs)
Jul 11 00:07:47 gunicorn[74177]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jul 11 00:07:47 gunicorn[74177]: File "/home/aiw/env/whisper/lib/python3.12/site-packages/whisper/model.py", line 37, in forward
Jul 11 00:07:47 gunicorn[74177]: return F.linear(
Jul 11 00:07:47 gunicorn[74177]: ^^^^^^^^^
Jul 11 00:07:47 gunicorn[74177]: File "/home/aiw/env/whisper/lib/python3.12/site-packages/gunicorn/workers/base.py", line 203, in handle_abort
Jul 11 00:07:47 gunicorn[74177]: sys.exit(1)
Jul 11 00:07:47 gunicorn[74177]: SystemExit: 1
2-
Jul 11 09:14:01 gunicorn[78237]: wv, qk = self.qkv_attention(q, k, v, mask)
Jul 11 09:14:01 gunicorn[78237]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jul 11 09:14:01 gunicorn[78237]: File "/home/aiw/env/whisper/lib/python3.12/site-packages/whisper/model.py", line 108, in qkv_attention
Jul 11 09:14:01 gunicorn[78237]: return (w @ v).permute(0, 2, 1, 3).flatten(start_dim=2), qk.detach()
Jul 11 09:14:01 gunicorn[78237]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jul 11 09:14:01 gunicorn[78237]: File "/home/aiw/env/whisper/lib/python3.12/site-packages/gunicorn/workers/base.py", line 203, in handle_abort
Jul 11 09:14:01 gunicorn[78237]: sys.exit(1)
Jul 11 09:14:01 gunicorn[78237]: SystemExit: 1
3-
Jul 11 10:29:52 gunicorn[79907]: wv, qk = self.qkv_attention(q, k, v, mask)
Jul 11 10:29:52 gunicorn[79907]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jul 11 10:29:52 gunicorn[79907]: File "/home/aiw/env/whisper/lib/python3.12/site-packages/whisper/model.py", line 105, in qkv_attention
Jul 11 10:29:52 gunicorn[79907]: qk = qk.float()
Jul 11 10:29:52 gunicorn[79907]: ^^^^^^^^^^
Jul 11 10:29:52 gunicorn[79907]: File "/home/aiw/env/whisper/lib/python3.12/site-packages/gunicorn/workers/base.py", line 203, in handle_abort
Jul 11 10:29:52 gunicorn[79907]: sys.exit(1)
Jul 11 10:29:52 gunicorn[79907]: SystemExit: 1
My Code
Beta Was this translation helpful? Give feedback.
All reactions