C Mazzoni
C Mazzoni
I encountered this error as well. Is there a way to determine if my computers resources are the issue or is there some optimization that needs to happen?
Experiencing the same issue, local huggingface embedding model used is _**'entence-transformers/all-mpnet-base-v2'**_ base model is **_Dolly_**
@keanduffey its exactly the same lines as the ones from @flaviadeutsch
How would you use these solution with a SQL Agent for example?
I have the same issue with a massive resource server: --------------------------------------------------------------------------- CalledProcessError Traceback (most recent call last) in 3 import os 4 ----> 5 llm = OpenLLM(model_name='falcon', model_id='tiiuae/falcon-40b-instruct', temperature=0.0) 6...
Same issue as the one on ticket: https://github.com/bentoml/OpenLLM/issues/121