gamercoder153
gamercoder153
Hey can u help me with how to upload my dataset for finetuning iam using this notebook: https://colab.research.google.com/drive/1eRTPn37ltBbYsISy9Aw2NuI2Aq5CQrD9?usp=sharing

it wasnt even using 50% of vram in colab t4 gpu 
I am using windows 10 WSL Ubuntu I installed and upgraded Python and pip and later installed Pipx and ran this cmd `cd fabric` and ran `pipx install .` ![4...
How to use Groq API?
`groq` not installed error for this code `from phi.assistant import Assistant from phi.llm.groq import Groq assistant = Assistant( llm=Groq(model="mixtral-8x7b-32768"), description="You help people with their health and fitness goals.", # debug_mode=True,...
Can I create a nested chat between agents? For example, the first agent generates some output, the second agent analyzes it, and prompts the first agent to refine the output...