Hello,
I replaced ollama-ipex with ollama-openvino in my AutoGen agent workflow (https://microsoft.github.io/autogen/dev//user-guide/agentchat-user-guide/tutorial/agents.html)
Model used on ollama openvino side - llama-3.2-3b-instruct-int4-ov
Model used on ollama ipex side - llama3.2:3b-instruct-q4_1
The example that I have used is on using Roundrobin group chats agents to plan a 3 day trip to Nepal.
I have attached the output from both ollama openvino and ollama ipex. You, will see that the output from ollama_openvino tends to hallucinate, whereas ollama_ipex generates accurate and well-structured response.
I have also attached my autgen-agent script to reproduce.
Thanks !
ollama_openvino_output.txt -- (enable word wrap)
ollama_ipex_output.txt
autogen_agents.py.txt