How can i download the model ?

#21
by mariossssred - opened

How can i download the model to put it on my pc and open it with jupiter in order to do some train ?

git lfs clone https://huggingface.co/Phind/Phind-CodeLlama-34B-v2 should do the full download of this repo

you would need to install git and git lfs.

Also, you can delete .git folder under Phind-CodeLlama-34B-v2 since it contains a copy of git histories of large files that is no longer needed (as we no longer update these files with newer commits)

No description provided.

Sign up or log in to comment