llmware has low hardware requirements and small models such as BLING/SLIM can be run directly on the CPU:
- Installation of Python 3.8+ environment
- Linux users need to adjust the stack size:
ulimit -s 160000
- Tesseract v5.3.3 and Poppler v23.10.0 are required to use OCR.
- MongoDB users should note that the mongo-c-driver version should be lower than 1.24.4.
The framework optimizes the model through quantization techniques, allowing the average laptop to run efficiently without a GPU.
This answer comes from the articlellmware: an open source framework for rapidly building enterprise-class RAG applicationsThe