joe173
July 21, 2024, 5:44am
1
Some of the images may not specify the version of numpy and that may break stuff because they pull down version 2.0. This is discussed [Installation]: `ModuleNotFoundError: No module named 'numpy.lib.function_base'` due to NumPy 2.0 release · Issue #5587 · vllm-project/vllm · GitHub I ended up adding numpy<2.0 to the hybrid rag requirements.txt
Please tick the appropriate box to help us categorize your post
Bug or Error
Feature Request
Documentation Issue
Other
edwli
July 22, 2024, 8:10pm
2
Thanks for the heads up! We have not heard of anything breaking yet in the projects due to this issue, but if anything does break feel free to let us know. I believe the Hybrid RAG specifies version numbers for each package listed.
joe173
July 23, 2024, 3:47am
3
Hybrid rag inherits the NumPy version from somewhere. workbench-example-hybrid-rag/requirements.txt at main · NVIDIA/workbench-example-hybrid-rag · GitHub
People will only notice this issue if the build a new container.