Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ backend = [
"peft>=0.14.0",
"hf-xet>=1.1.0",
"bitsandbytes>=0.45.2",
"unsloth==2025.8.6",
"unsloth-zoo==2025.8.5",
"unsloth==2025.9.6",
"unsloth-zoo==2025.9.7",
"vllm>=0.9.2,<=0.10.0",
"torchtune",
"trl>=0.19.0",
Expand Down
9 changes: 0 additions & 9 deletions src/art/dev/get_model_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ def get_model_config(
disable_log_requests=True,
enable_sleep_mode=enable_sleep_mode,
generation_config="vllm",
# Multi-step processing is not supported for the Xformers attention backend
# which is the fallback for devices with compute capability < 8.0
num_scheduler_steps=(
16
if config.get("torchtune_args") is None
and not config.get("_decouple_vllm_and_unsloth", False)
and torch.cuda.get_device_capability()[0] >= 8
else 1
),
)
engine_args.update(config.get("engine_args", {}))
init_args.update(config.get("init_args", {}))
Expand Down
17 changes: 9 additions & 8 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.