-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fastdeploy-gpu-python install problem #10
Comments
Yes! I have the same problem! |
which your python version? |
python multi_thread_process_to_doc.py pdf --process-num 6 INFO:cnstd.yolov7.layout_analyzer:Use model: models/mfd.pt INFO:cnstd.yolov7.layout_analyzer:Use model: models/mfd.pt INFO:cnstd.yolov7.layout_analyzer:Use model: models/mfd.pt INFO:cnstd.yolov7.layout_analyzer:Use model: models/mfd.pt INFO:cnstd.yolov7.layout_analyzer:Use model: models/mfd.pt INFO:cnstd.yolov7.layout_analyzer:Use model: models/mfd.pt can run,but can't use GPU rescource?! |
Python 3.11.2 (tags/v3.11.2:878ead1, Feb 7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)] on win32 |
it should use 《python=3.10,fastdeploy support python version |
I changed my python version to 10.0 and reinstalled fastdeploy, but the feedback is as follows. D:\Program Files\MAP-NEO-main\Matrix\document-convert>python multi_thread_process_to_doc.py D:\翻译测试\test.pdf --process-num 8 |
Has this happened to you guys? If so, can you tell me how to fix it? Thanks for the help! (neo) λ f338777298ab ~/Code/MAP-NEO/document-convert python multi_thread_process_to_doc.py <docs/pdf/1.pdf> --process-num 8 |
when run "python multi_thread_process_to_doc.py ./pdf --process-num 8",account a ERROR:
Due to the package size limitation, we have not provide fastdeploy-gpu-python on pypi yet, please execute the following commands to reinstall fastdeploy-gpu-python。let me uninstall l fastdeploy-gpu-python,then pip install fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html,but after these two command,
python multi_thread_process_to_doc.py ./pdf --process-num 8 problem is still appear...
The text was updated successfully, but these errors were encountered: