i cant put the whole model becuase its too big #182477
-
Select Topic AreaQuestion Bodyi just made a fine tuned pytorch model, but its too big to be in github, what are the ways to put it in the project? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
In addition to Git LFS, many projects avoid committing large model files directly and instead:
This keeps repositories lightweight while still making the project reproducible. |
Beta Was this translation helpful? Give feedback.
-
🚀 Options for Handling Large PyTorch Models1. Use GitHub Releases or Git LFS
2. External Storage + Download Script
3. Model Hubs
4. Compression & Splitting
5. Docker Images
6. Private Artifact Repositories
✅ Recommended ApproachFor open-source projects: For internal/enterprise projects: |
Beta Was this translation helpful? Give feedback.
github isnt for this type of stuff, datasets and models usually go to hugging face, the project itself go to github, you can add some links to the model after and so on