mirror of
https://github.com/unslothai/unsloth.git
synced 2026-08-19 13:53:58 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
9129f54f0f
commit
fb25767136
1 changed files with 1 additions and 4 deletions
|
|
@ -15757,10 +15757,7 @@ class LlamaCppBackend:
|
|||
effective_ctx > native_ctx_for_cap
|
||||
):
|
||||
_extended_ceiling = _apple_ctx_fit(effective_ctx, _FIT_MIN_CTX)
|
||||
if (
|
||||
_apple_footprint_mib(_extended_ceiling)
|
||||
> _apple_fit_budget_mib
|
||||
):
|
||||
if _apple_footprint_mib(_extended_ceiling) > _apple_fit_budget_mib:
|
||||
# 4096 is the helper's floor, not a measurement, and
|
||||
# the cap above already has to re-price under it for
|
||||
# the same reason. It bites here too whenever the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue