Es'kin Vasiliy Alekseevich

Results 5 comments of Es'kin Vasiliy Alekseevich

Dear friends, I solved this problem to my machine. In terminal: 1. Install patches for cuda toolkits 10.2 https://developer.nvidia.com/cuda-10.2-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type=deblocal 2. Install wheel 2. Install ninja 3. Install fast-performer from git:...

> I installed ollama and follow the README.md. But can not run local model such as default option ollama:mistral. error log: `Exception in thread Thread-5: Traceback (most recent call last):...

> Yes this fix is correct. It was my mistake. Llama needs to be added back as an option using llama index I ask you to fix the bug and...

You must use llama2 as "function_calling_llm" of agent. See example below: import os os.environ["SERPER_API_KEY"] = "111!?!111" # serper.dev API key from crewai import Agent, Task, Crew from crewai_tools import SerperDevTool...

> I got it to work with the example shown above, and with the openhermes ai model. I had to downgrade crewai to 0.22.4. It seems the AI model is...