Syed Muqtasid Ali
Syed Muqtasid Ali
@Biancamazzi Hello all, i have created a gradio endpoint using hugging face model " CodeQwen1.5-7B" the gradio endpoint generate successfully but when I try to infrencing my crew agent with...
>  (.venv) roxblox@PCRoxBlox:~/piper/src/python$ python3 -m piper_train.preprocess --language en --input-dir ~/piper/GLaDOS-Dataset --output-dir ~/piper/my-training --dataset-format ljspeech --single-speaker --sample-rate 22050 Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return...
@RoxBlox3
@dagelf @KorDum @hqnicolas @jonatas @skaramicke which one is better Devika or ChatDev, performance-wise, compatibility with hugging face model wise or Ui wise which one is better ?
@KorDum yes it does https://github.com/latekvo/LocalChatDev
@panozzaj did you get what is this issue for ? why i am getting this ?
@klieret kindly i am not getting any good resources about for intsalling Web ui of SWE-agent kindly guide me about this.
@neubig Thanks for your response, but i want all agents to work sequentially like this, the planner agent makes plans and then passes this plan to codeact agent and then...
@neubig Thanks you very much sir, one more things, the planner agent class is used only for making plan but today I try to give a prompt to planner agent...
@neubig my question is, in the planner agent class code there is nothing mentioned of that the planner agent deligating the task towards code agent for writing code,