explodinggradients / Funtuner

Supervised instruction finetuning for LLM with HF trainer and Deepspeed
Apache License 2.0
34 stars 5 forks source link

Hydra not working in Colab. #18

Closed ashercn97 closed 1 year ago

ashercn97 commented 1 year ago

I am trying to use this in Google Colab. I have a GPU runtime set up. When I run it (wihtout changing any configs and just doing the exact command you said in the README) it says hydra isnt installed. So, I try to install it and it wont let me. Is there a requirements file that I can install? Right now, I am just cloning the repo, and then doing %cd Funtuner . I would love to use this so if you know what is going wrong id love to hear!

ashercn97 commented 1 year ago

I am new to this whole thing so sorry if this is a stupid question.

shahules786 commented 1 year ago

@ashercn97 This is WIP. I'll add the requirements and clean up the README today. Although I wouldn't recommend using Funtuner with colab right now as I haven't tested it in colab.

ashercn97 commented 1 year ago

@shahules786 Where would you suggest using it? Im really new to this so ty for your help! Would the Microsoft Azure machine learning notebooks work?

ashercn97 commented 1 year ago

@shahules786 Do you think it will work in Amazon SageMaker Studio Lab? If so, how do i go about using it?

shahules786 commented 1 year ago

Hi, you can use it anywhere where you have access terminal to install and run python applications.

ashercn97 commented 1 year ago

@shahules786 Okay. Thanks!