Ciao Tesla
Ciao Tesla
yeah I did that and now everything seams to work. thx
Hello, I am getting this errors (process=Process.hierarchical) as looks like the same that you are getting: ` results = crew.kickoff() ^^^^^^^^^^^^^^ File "/home/pi4/.local/lib/python3.11/site-packages/crewai/crew.py", line 162, in kickoff return self._run_hierarchical_process() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
I can confirm it's working, I am using tinyllama on PI4
I encounter this issue too. I set the env with a dummy OpenAI key. Getting this error, do I just ignore it like a warning? `It seems we encountered an...
I installed on a RPI4 8Gb no problem using pip install piper-tts. For the binary you just download them: ``` wget https://github.com/rhasspy/piper/releases/download/v1.2.0/piper_arm64.tar.gz tar -xvzf piper_arm64.tar.gz ``` It should work.
Ok, thx Also I am running it on a RPI so I am stretching the limits.
thx, is the usable for linux?
also these calls are deprecated: from langchain.callbacks.manager import CallbackManager from langchain.callbacks.streaming_stdout import StreamingStdOutCallbackHandler from langchain.llms import Ollama and if I use: from langchain_community.callbacks.manager import CallbackManager from langchain_community.callbacks.streaming_stdout import StreamingStdOutCallbackHandler are...
I made some progress by changing to these : from langchain_core.callbacks.manager import AsyncCallbackManager from langchain_core.callbacks.streaming_stdout import StreamingStdOutCallbackHandler but I am getting this warning: ``` /home/pi5/social/.venv/lib/python3.11/site-packages/langchain_core/_api/deprecation.py:117: LangChainDeprecationWarning: The function `__call__` was...
I got the command executing correctly. Now how I convert mydataset to a model .onxx and .onxx.jason that I can use with Piper ? Is there a too? thx