unsloth/studio/backend
Roland Tannous b8678a3ed6 fix: pass hf_token for gated embedding models and key cache by token
- Forward hf_token to FastSentenceTransformer.from_pretrained() so
  private/gated embedding repos authenticate correctly
- Key _embedding_detection_cache by (model_name, hf_token) tuple so
  unauthenticated lookups don't shadow subsequent authenticated ones
2026-03-10 19:20:12 +00:00
..
assets feat: add embedding model training support 2026-03-10 18:10:09 +00:00
auth Revert "Merge pull request #347 from unslothai/feature/studio-storage-roots" 2026-03-10 01:52:47 +00:00
core fix: pass hf_token for gated embedding models and key cache by token 2026-03-10 19:20:12 +00:00
loggers root studio folder 2026-02-02 09:13:49 +00:00
models feat: add embedding model training support 2026-03-10 18:10:09 +00:00
plugins/data-designer-unstructured-seed Revert "Merge pull request #347 from unslothai/feature/studio-storage-roots" 2026-03-10 01:52:47 +00:00
requirements chore(data-recipe): bump data-designer to 0.5.2 and pin duckdb<1.5 2026-03-09 17:27:02 +01:00
routes feat: add embedding model training support 2026-03-10 18:10:09 +00:00
state root studio folder 2026-02-02 09:13:49 +00:00
tests Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
utils fix: pass hf_token for gated embedding models and key cache by token 2026-03-10 19:20:12 +00:00
colab.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
main.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
run.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00