unsloth/studio/backend/core/training
Roland Tannous 65e402e8db 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
..
__init__.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
trainer.py Revert "Merge pull request #347 from unslothai/feature/studio-storage-roots" 2026-03-10 01:52:47 +00:00
training.py fix: propagate is_embedding into worker subprocess config 2026-03-10 19:05:47 +00:00
worker.py fix: pass hf_token for gated embedding models and key cache by token 2026-03-10 19:20:12 +00:00