-
-
Notifications
You must be signed in to change notification settings - Fork 930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to upload model to the hub? #302
Comments
the Huggingface hub btw** |
@NanoCode012 Or how do i upload to github from a runpod enviornment |
|
Okay ty! |
@NanoCode012 How do i get git lfs on runpod? I cannot figure it out and it says I need it |
|
Oh. Thanks. Lemme try |
BTW @NanoCode012 Ur such a real one for helping me all these times !! |
@NanoCode012 It didnt work. I tried to run the accelerate launch and then my config using the hf_repo_id and it still says i need to isntall git lfs |
Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): The most similar command is |
|
(python39) root@c1eafd0302c4:/workspace/axolotl# git lfs install The most similar command is |
Is it somethign wrong with runpod? |
it says when I do apt install: 'E: Unable to locate package git-lfs' |
I asked chatgpt to clarify something but I get it now an its working!!!! THANK YOU SO MUCH! |
Last question: How often does it checkpoint? |
up to your config of |
Uh oh |
And it wil uplaod the the HF HUB every time it saves? If not, when does it upload the the hf hub |
should only upload final. it saves last/top three checkpoint. if you do not pass config, it does epoch. |
Ohh okay.. If i stop it early what wouod happen? |
And if i set the steps to .001 it will save the model every .001 epochs? |
it uses steps to count, not ratio. Open Issue here: #38 It should save when you stop, but I don't trust that feature all the time to work. |
Okay. Thank you so much. I will close this issue now! |
This is more of a question than an issue but: how do i push a model to the hub?
The text was updated successfully, but these errors were encountered: