gamercoder153

Results 14 issues of 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

![87](https://github.com/hiyouga/LLaMA-Factory/assets/168166085/3514d873-5ee2-4964-b822-453cfff7a7f8)

how to add eos token

fixed - pending confirmation

it wasnt even using 50% of vram in colab t4 gpu ![87 (1)](https://github.com/hiyouga/LLaMA-Factory/assets/168166085/c9e8123b-33c4-4ffd-8afd-101c3b4964a1)

### What is your question? How can I use Groq api

question

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...

question