UncleCode
Results
4
comments of
UncleCode
Exactly same error for me. I tried different platforms, and different ways to install like `npm install` or clone and `npm link` nothing works. Running OSX Mojave `10.14.6` and Node...
Nice! I actually downloaded the quantized version last night and got it running locally. I'll give this one a shot. Thanks and VIVA OLLAMA!
I have submitted a pull request that fixes this issue. You can find the pull request here: https://github.com/BerriAI/litellm/pull/2893 To test the fix, you can install the package directly from the...
@ishaan-jaff Since version 2, Pydantic added model_ to their protected namespace, a common term in ML. One workaround is adding `protected_namespaces = ()` in the config section of any model...