Make this model more visible on the hub

#8
by victor - opened

The model is amazing but not very visible for hub users because it's not detected as a GGUF when they filter by GGUF fixing your file names:

step3p5_flash_Q4_K_S.gguf.part-000 -> step3p5_flash_Q4_K_S-00001-of-XXXXX.gguf Will allow people to see the model on https://huggingface.co/models?library=gguf @WinstonDeng @ariG23498

Also, if you still want to shard, you should follow the official GGUF convention (-00001-of-XXXXX.gguf). But with https://huggingface.co/docs/hub/xet/index (now the default on the Hub), you can upload a single large file without manual sharding. (Xet handles chunking transparently with chunk-level deduplication).

StepFun org

Thanks for the suggestion, we’ll update the naming.

Sign up or log in to comment