rogerbock
rogerbock
I am also getting this error. I have `prophet==1.0`, `pystan==2.19.1.1`, and `gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)`. I am seeing the issue in a freshly created Docker image, so...
I figured out my issue - I was pulling a prebuilt Prophet wheel from my company-internal host. When I ran the below command to rebuild it from scratch, things worked...
Thank you for this information! Do you know if there are any other transformations applied to the data used to create the dictionary besides "didn't" -> "did not"? Is there...
I added in the following contractions: `aren't could've didn't doesn't hadn't hasn't haven't he'd he's here's how'd how'll how're i'd i've isn't it'd it'll it's let's might've o'clock she'd she's...
I am seeing this issue in the latest version (langchain==0.0.216). Why was this issue closed? ``` >>> agent = initialize_agent(tools, chat_llm, agent=AgentType.CHAT_ZERO_SHOT_REACT_DESCRIPTION, verbose=True) Traceback (most recent call last): File "",...
Got it. As a new user, it was not immediately clear which agents were the right ones to use. Maybe the old ones should print a deprecation warning if they...
Setting `agent.agent.llm_chain.verbose=True` worked for me with the latest version (langchain==0.0.216). I agree that expected behavior is that setting `verbose=True` on the LLM would do this.
I suspect the issue is my CUDA driver is not a high enough version. I just saw the following in the documentation. > We have found this library to be...
Sounds good, thank you for confirming that is the case! Ideally the error message would be improved to communicate that this is the underlying issue. I'll see if I can...
Yes, that would be great! I would maybe say "CUDA compute capabilities" to be more explicit. As a point of comparison, this is the error we got from vllm when...