mirror of
https://github.com/unslothai/unsloth.git
synced 2026-05-02 13:20:28 +00:00
add extras-no-deps install step for audio model support
This commit is contained in:
parent
7ee81dd7df
commit
5a52a0131a
1 changed files with 7 additions and 0 deletions
|
|
@ -171,6 +171,13 @@ def install_python_stack() -> int:
|
|||
req=REQ_ROOT / "extras.txt",
|
||||
)
|
||||
|
||||
# 3b. Extra dependencies (no-deps) — audio model support etc.
|
||||
pip_install(
|
||||
"Installing extras (no-deps)",
|
||||
"--no-deps", "--no-cache-dir",
|
||||
req=REQ_ROOT / "extras-no-deps.txt",
|
||||
)
|
||||
|
||||
# 4. Overrides (torchao, transformers) — force-reinstall
|
||||
pip_install(
|
||||
"Installing torchao + transformers overrides",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue