NLP

Results 23 comments of NLP

The problem is in the numpy array type, which defaults to INT32 in Windows, modify the function `_forward_onnx` in `onnx_transformers\pipelines.py` file. modified detail: ``` def _forward_onnx(self, inputs, return_tensors=False): # inputs_onnx...

I get the error below ``` ConnectionRefusedError Traceback (most recent call last) File ~/miniconda3/envs/sy/lib/python3.8/urllib/request.py:1571, in FTPHandler.ftp_open(self, req) 1570 try: -> 1571 fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) 1572...

the same issuse ``` % pip list |grep -i langchain langchain 0.2.6 langchain-chroma 0.1.1 langchain-community 0.2.6 langchain-core 0.2.10 langchain-experimental 0.0.61 langchain-fireworks 0.1.3 langchain-google-vertexai 1.0.6 langchain-groq 0.1.4 langchain-openai 0.1.8 langchain-text-splitters 0.2.1...