You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2、请求接口,调用gpu对图片进行文本识别,报错如下:
terminate called after throwing an instance of 'phi::enforce::EnforceNotMet'
what(): (External) CUDA error(3), initialization error.
[Hint: Please search for the error code(3) on website (https://docs.nvidia.com/cuda/cuda-runtime-api
/group__CUDART__TYPES.html#group__CUDART__TYPES_1g3f51e3575c2178246db0a94a430e0038) to get Nvidia's of
ficial solution and advice about CUDA Error.] (at /paddle/paddle/phi/backends/gpu/cuda/cuda_info.cc:17
2)
此报错导致进程重启。
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no): yes
请尽量不要包含图片在问题中/Please try to not include the image in the issue.
This discussion was converted from issue #10879 on June 10, 2024 02:49.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
1、使用gunicorn启动服务,服务启动正常,具体信息如下:
[2023-09-12 14:55:07 +0800] [6093] [INFO] Starting gunicorn 20.0.4
[2023-09-12 14:55:07 +0800] [6093] [DEBUG] Arbiter booted
[2023-09-12 14:55:07 +0800] [6093] [INFO] Listening at: http://0.0.0.0:8026 (6093)
[2023-09-12 14:55:07 +0800] [6093] [INFO] Using worker: gevent
[2023-09-12 14:55:07 +0800] [6192] [INFO] Booting worker with pid: 6192
[2023-09-12 14:55:08 +0800] [6194] [INFO] Booting worker with pid: 6194
[2023-09-12 14:55:08 +0800] [6196] [INFO] Booting worker with pid: 6196
[2023-09-12 14:55:08 +0800] [6198] [INFO] Booting worker with pid: 6198
[2023-09-12 14:55:08 +0800] [6200] [INFO] Booting worker with pid: 6200
[2023-09-12 14:55:08 +0800] [6202] [INFO] Booting worker with pid: 6202
[2023-09-12 14:55:08 +0800] [6204] [INFO] Booting worker with pid: 6204
[2023-09-12 14:55:08 +0800] [6206] [INFO] Booting worker with pid: 6206
[2023-09-12 14:55:09 +0800] [6208] [INFO] Booting worker with pid: 6208
[2023-09-12 14:55:09 +0800] [6210] [INFO] Booting worker with pid: 6210
[2023-09-12 14:55:09 +0800] [6212] [INFO] Booting worker with pid: 6212
[2023-09-12 14:55:09 +0800] [6214] [INFO] Booting worker with pid: 6214
[2023-09-12 14:55:09 +0800] [6093] [DEBUG] 12 workers
2、请求接口,调用gpu对图片进行文本识别,报错如下:
terminate called after throwing an instance of 'phi::enforce::EnforceNotMet'
what(): (External) CUDA error(3), initialization error.
[Hint: Please search for the error code(3) on website (https://docs.nvidia.com/cuda/cuda-runtime-api
/group__CUDART__TYPES.html#group__CUDART__TYPES_1g3f51e3575c2178246db0a94a430e0038) to get Nvidia's of
ficial solution and advice about CUDA Error.] (at /paddle/paddle/phi/backends/gpu/cuda/cuda_info.cc:17
2)
此报错导致进程重启。
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no): yes
请尽量不要包含图片在问题中/Please try to not include the image in the issue.
Beta Was this translation helpful? Give feedback.
All reactions