[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
a681c778bd
commit
67b09be3f0
1 changed files with 1 additions and 3 deletions
|
|
@ -536,9 +536,7 @@ def install_python_stack() -> int:
|
|||
)
|
||||
# Filter out "unsloth" from base.txt so pip does not
|
||||
# revert the git install back to the PyPI wheel.
|
||||
_base_no_unsloth = _filter_requirements(
|
||||
REQ_ROOT / "base.txt", {"unsloth"}
|
||||
)
|
||||
_base_no_unsloth = _filter_requirements(REQ_ROOT / "base.txt", {"unsloth"})
|
||||
try:
|
||||
pip_install(
|
||||
"Updating remaining base packages",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue