PaddlePaddle / PaddlePaddle/FastDeploy
PP-SHITU 错误
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.7k
- Forks
- 756
- Avg merge
- 19h 28m
- Merged PRs (30d)
- 4
Description
环境
- 【FastDeploy版本】: fastdeploy-develop
- 【系统平台】: Linux x64(Ubuntu 18.04) / Windows x64(Windows10)
- 【编译语言】: C++
问题日志及出现问题的操作流程
- 既有example的ppshitu并不完整,缺乏最后的向量索引;
- 既有的cmake/faiss中提供的faiss下载地址中,dumpbin /exports "lib/BLAS.lib" | findstr "sgemm_" 甚至为空,导致链接失败;
- 自行编译的faiss独立运行成功,但在同paddlepaddle一同运行时,发生线程死锁无法退出,怀疑是底层线程库冲突,paddlepaddle既有的intel mkl依赖过于陈旧,Intel已不再维护并不提供相关库的下载。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the existing ppshitu example and the cmake/faiss configuration. Reproduce the missing vector-index step, the BLAS.lib export and link failure, and the runtime deadlock with PaddlePaddle on the listed Linux and Windows environments; done means the example is complete and the dependency and runtime behavior are documented or working.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- backend, build-system
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100