cfahlgren1 / qwen-2.5-code-interpreter

Qwen 2.5 Coder 1.5B with Code Interpreter
https://huggingface.co/spaces/cfahlgren1/qwen-2.5-code-interpreter
267 stars 42 forks source link

Adds the ability for the model to install packages it uses #1

Closed lefoun closed 1 month ago

lefoun commented 1 month ago

Sometimes the model will try to use a package that isn't installed by default and that will fail. This commit adds the ability to install those packages (or at least try) in order to provide a better experience of the user.