* Replace standalone Studio wording with Unsloth Replace the single word Studio with Unsloth wherever it is used as shorthand for Unsloth Studio in docs, CLI output, UI strings, i18n locales, workflow display names, comments and docstrings. Kept unchanged: the full name Unsloth Studio, third party product names (LM Studio, Visual Studio, Mac Studio), feature names (Recipe Studio, Fine-tuning Studio and its translations), and all identifiers such as env vars, commands, paths and filenames. * Address review feedback on the Studio wording rename Use "an" before Unsloth where the rename left the article as "a". Restore the split brand where Unsloth and Studio render as two halves of the full product name: the onboarding sidebar subtitle and the IPv6 localhost warning. Scope two messages to the full name Unsloth Studio where plain Unsloth was misleading: the AMD README bullet and the CLI studio setup error.
22 lines
677 B
Text
22 lines
677 B
Text
# Audio extras (installed with --no-deps --no-cache-dir)
|
|
descript-audio-codec
|
|
descript-audiotools
|
|
julius
|
|
torchcodec==0.10.0
|
|
snac
|
|
|
|
# peft 0.19.0 causes export subprocess shutdown issues in Unsloth;
|
|
# installing with --no-deps to avoid pulling in torch>=0.11.0
|
|
peft==0.18.1
|
|
|
|
# TRL and related packages
|
|
trl==0.23.1
|
|
# executorch>=1.0.1 # 41.5 MB - no imports in unsloth/zoo/studio
|
|
torch-c-dlpack-ext
|
|
sentence_transformers==5.2.0
|
|
transformers==4.57.6
|
|
pytorch_tokenizers
|
|
kernels==0.12.1
|
|
# kernels<3.11 imports tomli as its tomllib fallback; --no-deps skips its own
|
|
# marker dep, so list it here (no-op on the 3.12/3.13 default installs).
|
|
tomli; python_version < "3.11"
|