jupyter-naas / awesome-notebooks

A powerful data & AI notebook templates catalog: prompts, plugins, models, workflow automation, analytics, code snippets - following the IMO framework to be searchable and reusable in any context.
https://naas.ai/search
BSD 3-Clause "New" or "Revised" License
2.65k stars 446 forks source link

I can't clone Awesome Notebooks repo #2531

Closed FlorentLvr closed 3 months ago

FlorentLvr commented 3 months ago

Issue

I can't clone awesome-notebooks, it seems the repo is too big (around 1Go). 25% of the volume comes from characters images stored on GitHub:

Image

Errors: Image

Solutions

FlorentLvr commented 3 months ago

cc @l-loic

l-loic commented 3 months ago

@Dr0p42 As a quick fix i reduced image size of characters without too much loss : https://github.com/jupyter-naas/awesome-notebooks/commit/8c9b135cf2160ceeaa6a617fa114e94755103965

274 MB to 72 MB : 16 33 04

difference : Old 1.5 MB : Adele New 423 KB : Adele_new

FlorentLvr commented 3 months ago

@l-loic, that's great TY! I see you already did it except for Adele.png! Could you please open a PR? :) 🙏

image
l-loic commented 3 months ago

@FlorentLvr Sure and I restored poor Adele :(

After PR accepted you can do : git clone -b master --depth 1 https://github.com/jupyter-naas/awesome-notebooks.git It will be faster

FlorentLvr commented 3 months ago

TY @l-loic 🙏