[GH-ISSUE #6] [Feature/Bug]: Fallback source saving/Some bugs #5

Open
opened 2026-04-10 16:03:12 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @iamfoolberg on GitHub (Jan 18, 2026).
Original GitHub issue: https://github.com/KohakuBlueleaf/KohakuHub/issues/6

What's wrong?

  1. When ceating new repository, the GUI says "Use lowercase letters, numbers, hyphens, and underscores only", but names such as "Qwen/Qwen2.5-0.5B-Instruct" are always used. The API seems accept those names.
  2. The "apk add --no-cache postgresql-client" in docker/lakefs/lakefs-entrypoint.sh may leads to stuck when you get bad network. It's better to build is in a new Docker image.
  3. The "- LAKEFS_BLOCKSTORE_S3_BUCKET=hub-storage" seems to be forgotten in the generated "docker-compose.yml". The "https://hub.kohaku-lab.org/models" website has the same issue, i guess:)
  4. Is there any way to save the files/repositories downloading from Fallback Sources? I wrote another Java project(https://github.com/iamfoolberg/hg-repo-manager) to download&upload models manually, but that's a little bit complex.
    Nice work, and go on please.

Environment

  • OS: ubuntu

Logs (if available)


Checklist

  • I searched existing issues
Originally created by @iamfoolberg on GitHub (Jan 18, 2026). Original GitHub issue: https://github.com/KohakuBlueleaf/KohakuHub/issues/6 ### What's wrong? 1. When ceating new repository, the GUI says "Use lowercase letters, numbers, hyphens, and underscores only", but names such as "Qwen/Qwen2.5-0.5B-Instruct" are always used. The API seems accept those names. 2. The "apk add --no-cache postgresql-client" in docker/lakefs/lakefs-entrypoint.sh may leads to stuck when you get bad network. It's better to build is in a new Docker image. 3. The "- LAKEFS_BLOCKSTORE_S3_BUCKET=hub-storage" seems to be forgotten in the generated "docker-compose.yml". The "https://hub.kohaku-lab.org/models" website has the same issue, i guess:) 4. Is there any way to save the files/repositories downloading from Fallback Sources? I wrote another Java project(https://github.com/iamfoolberg/hg-repo-manager) to download&upload models manually, but that's a little bit complex. Nice work, and go on please. ### Environment - OS: ubuntu ### Logs (if available) ```shell ``` ### Checklist - [x] I searched existing issues
GiteaMirror added the enhancement label 2026-04-10 16:03:12 -05:00
Author
Owner

@KohakuBlueleaf commented on GitHub (Jan 21, 2026):

  1. it is UI/UX bug, previously we do have this limitation but I modify the backend logit to use sanitized name + hash for uniqueness which ensure the id search can work
  2. OH, yeah that can be a problem, I will try to modify that part
  3. will check it
  4. you mean save in KohakuHub instance? like "data migration" things?
<!-- gh-comment-id:3778280346 --> @KohakuBlueleaf commented on GitHub (Jan 21, 2026): 1. it is UI/UX bug, previously we do have this limitation but I modify the backend logit to use sanitized name + hash for uniqueness which ensure the id search can work 2. OH, yeah that can be a problem, I will try to modify that part 3. will check it 4. you mean save in KohakuHub instance? like "data migration" things?
Author
Owner

@KohakuBlueleaf commented on GitHub (Jan 21, 2026):

  1. I checked it is indeed UI bugs
  2. Confirmed it is a bug in config gen, I will fix config gen soon
<!-- gh-comment-id:3778298877 --> @KohakuBlueleaf commented on GitHub (Jan 21, 2026): 1. I checked it is indeed UI bugs 3. Confirmed it is a bug in config gen, I will fix config gen soon
Author
Owner

@KohakuBlueleaf commented on GitHub (Jan 23, 2026):

updates: 1/2/3 fixed
4 need further clarification

<!-- gh-comment-id:3790808609 --> @KohakuBlueleaf commented on GitHub (Jan 23, 2026): updates: 1/2/3 fixed 4 need further clarification
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/KohakuHub#5