Ramin Mardani

Results 9 comments of Ramin Mardani

> Try to install `pip install tensorflow==1.14` or `pip install tensorflow-gpu==1.14` like [this source](https://stackoverflow.com/questions/59644859/attributeerror-module-tensorflow-core-compat-v1-has-no-attribute-contrib) it doesn't help!

Same here! Could you find a solution for it? @Abdullah-000 @Soumi7

this error happens in some specific images. For the example image which is in the repo, there would be no issue!

same here fp16=False didn't solve the issue.

same issue with local llm agents. tweaking prompts didn't help.

Based on my experience, whenever I pass a prompt with the wrong format, this may happen. So, please make sure you’re using the right prompt template for your model.

> RAGFlow itself and other components(Minio/ES/Redis/Mysql) are all disgned for distribution. > > 1. You could start multiple `task_executor.py` everywhere that can access Minio/ES/Redis/Mysql. The number of parser is determined...