LLukas22 / llm-rs-python

Unofficial python bindings for the rust llm library. 🐍❤️🦀
MIT License
71 stars 4 forks source link

Auto-Quantization get's stuck in IPython environment #16

Closed LLukas22 closed 1 year ago

LLukas22 commented 1 year ago

As detailed in the issue https://github.com/LLukas22/llm-rs-python/issues/15, the current setup prevents the quantization of a model via a Jupyter notebook. To rectify this situation, the logging mechanism of the quantization process needs to be transitioned from the Rust side to the Python side.