mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-03-04 02:35:59 +08:00
Compare commits
17 Commits
675ce8cc7f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d9bd2aa14 | ||
|
|
c0245c43fc | ||
|
|
eb976d75a2 | ||
|
|
b5cb7cb0e6 | ||
|
|
0779846513 | ||
|
|
45d335c709 | ||
|
|
816480012f | ||
|
|
d3bf882e87 | ||
|
|
589da21d32 | ||
|
|
122cd46084 | ||
|
|
2b8b871475 | ||
|
|
aab9b400bb | ||
|
|
50599c719b | ||
|
|
a0f3ad0cee | ||
|
|
f80e15dbb4 | ||
|
|
991267fd3b | ||
|
|
5c52afa30d |
10
.github/workflows/docs.yml
vendored
10
.github/workflows/docs.yml
vendored
@@ -25,16 +25,16 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -r docs/requirements.txt
|
pip install -r docs/requirements.txt
|
||||||
|
|
||||||
- name: Build Sphinx
|
- name: Build Sphinx
|
||||||
run: |
|
run: |
|
||||||
sphinx-build -b html docs/zh docs/_build/html/zh
|
sphinx-build -b html docs/zh docs/_build/html/zh
|
||||||
@@ -56,10 +56,10 @@ jobs:
|
|||||||
> docs/_build/html/index.html
|
> docs/_build/html/index.html
|
||||||
|
|
||||||
touch docs/_build/html/.nojekyll
|
touch docs/_build/html/.nojekyll
|
||||||
|
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v5
|
uses: actions/configure-pages@v5
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
1
.github/workflows/tests_cuda.yml
vendored
1
.github/workflows/tests_cuda.yml
vendored
@@ -61,6 +61,7 @@ jobs:
|
|||||||
uv venv
|
uv venv
|
||||||
uv pip install -e .
|
uv pip install -e .
|
||||||
uv pip install -r requirements/dev.txt
|
uv pip install -r requirements/dev.txt
|
||||||
|
uv pip install -r requirements/bitsandbytes.txt
|
||||||
|
|
||||||
- name: Check quality
|
- name: Check quality
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -291,7 +291,7 @@ Read technical notes:
|
|||||||
| [GPT-2](https://huggingface.co/openai-community) | 0.1B/0.4B/0.8B/1.5B | - |
|
| [GPT-2](https://huggingface.co/openai-community) | 0.1B/0.4B/0.8B/1.5B | - |
|
||||||
| [GPT-OSS](https://huggingface.co/openai) | 20B/120B | gpt_oss |
|
| [GPT-OSS](https://huggingface.co/openai) | 20B/120B | gpt_oss |
|
||||||
| [Granite 3-4](https://huggingface.co/ibm-granite) | 1B/2B/3B/7B/8B | granite3/granite4 |
|
| [Granite 3-4](https://huggingface.co/ibm-granite) | 1B/2B/3B/7B/8B | granite3/granite4 |
|
||||||
| [Hunyuan/Hunyuan1.5 (MT)](https://huggingface.co/tencent/) | 0.5B/1.8B/4B/7B/13B | hunyuan/hunyuan_small |
|
| [Hunyuan/Hunyuan1.5 (MT)](https://huggingface.co/tencent/) | 0.5B/1.8B/4B/7B/13B | hunyuan/hunyuan_small|
|
||||||
| [InternLM 2-3](https://huggingface.co/internlm) | 7B/8B/20B | intern2 |
|
| [InternLM 2-3](https://huggingface.co/internlm) | 7B/8B/20B | intern2 |
|
||||||
| [InternVL 2.5-3.5](https://huggingface.co/OpenGVLab) | 1B/2B/4B/8B/14B/30B/38B/78B/241B | intern_vl |
|
| [InternVL 2.5-3.5](https://huggingface.co/OpenGVLab) | 1B/2B/4B/8B/14B/30B/38B/78B/241B | intern_vl |
|
||||||
| [Intern-S1-mini](https://huggingface.co/internlm/) | 8B | intern_s1 |
|
| [Intern-S1-mini](https://huggingface.co/internlm/) | 8B | intern_s1 |
|
||||||
@@ -319,6 +319,7 @@ Read technical notes:
|
|||||||
| [Pixtral](https://huggingface.co/mistralai) | 12B | pixtral |
|
| [Pixtral](https://huggingface.co/mistralai) | 12B | pixtral |
|
||||||
| [Qwen2 (Code/Math/MoE/QwQ)](https://huggingface.co/Qwen) | 0.5B/1.5B/3B/7B/14B/32B/72B/110B | qwen |
|
| [Qwen2 (Code/Math/MoE/QwQ)](https://huggingface.co/Qwen) | 0.5B/1.5B/3B/7B/14B/32B/72B/110B | qwen |
|
||||||
| [Qwen3 (MoE/Instruct/Thinking/Next)](https://huggingface.co/Qwen) | 0.6B/1.7B/4B/8B/14B/32B/80B/235B | qwen3/qwen3_nothink |
|
| [Qwen3 (MoE/Instruct/Thinking/Next)](https://huggingface.co/Qwen) | 0.6B/1.7B/4B/8B/14B/32B/80B/235B | qwen3/qwen3_nothink |
|
||||||
|
| [Qwen3.5](https://huggingface.co/Qwen) | 0.8B/2B/4B/9B/27B/35B/122B/397B | qwen3_5 |
|
||||||
| [Qwen2-Audio](https://huggingface.co/Qwen) | 7B | qwen2_audio |
|
| [Qwen2-Audio](https://huggingface.co/Qwen) | 7B | qwen2_audio |
|
||||||
| [Qwen2.5-Omni](https://huggingface.co/Qwen) | 3B/7B | qwen2_omni |
|
| [Qwen2.5-Omni](https://huggingface.co/Qwen) | 3B/7B | qwen2_omni |
|
||||||
| [Qwen3-Omni](https://huggingface.co/Qwen) | 30B | qwen3_omni |
|
| [Qwen3-Omni](https://huggingface.co/Qwen) | 30B | qwen3_omni |
|
||||||
|
|||||||
@@ -293,7 +293,7 @@ https://github.com/user-attachments/assets/43b700c6-a178-41db-b1f8-8190a5d3fcfc
|
|||||||
| [GPT-2](https://huggingface.co/openai-community) | 0.1B/0.4B/0.8B/1.5B | - |
|
| [GPT-2](https://huggingface.co/openai-community) | 0.1B/0.4B/0.8B/1.5B | - |
|
||||||
| [GPT-OSS](https://huggingface.co/openai) | 20B/120B | gpt_oss |
|
| [GPT-OSS](https://huggingface.co/openai) | 20B/120B | gpt_oss |
|
||||||
| [Granite 3-4](https://huggingface.co/ibm-granite) | 1B/2B/3B/7B/8B | granite3/granite4 |
|
| [Granite 3-4](https://huggingface.co/ibm-granite) | 1B/2B/3B/7B/8B | granite3/granite4 |
|
||||||
| [Hunyuan/Hunyuan1.5 (MT)](https://huggingface.co/tencent/) | 0.5B/1.8B/4B/7B/13B | hunyuan/hunyuan_small |
|
| [Hunyuan/Hunyuan1.5 (MT)](https://huggingface.co/tencent/) | 0.5B/1.8B/4B/7B/13B | hunyuan/hunyuan_small|
|
||||||
| [InternLM 2-3](https://huggingface.co/internlm) | 7B/8B/20B | intern2 |
|
| [InternLM 2-3](https://huggingface.co/internlm) | 7B/8B/20B | intern2 |
|
||||||
| [InternVL 2.5-3.5](https://huggingface.co/OpenGVLab) | 1B/2B/4B/8B/14B/30B/38B/78B/241B | intern_vl |
|
| [InternVL 2.5-3.5](https://huggingface.co/OpenGVLab) | 1B/2B/4B/8B/14B/30B/38B/78B/241B | intern_vl |
|
||||||
| [Intern-S1-mini](https://huggingface.co/internlm/) | 8B | intern_s1 |
|
| [Intern-S1-mini](https://huggingface.co/internlm/) | 8B | intern_s1 |
|
||||||
@@ -321,6 +321,7 @@ https://github.com/user-attachments/assets/43b700c6-a178-41db-b1f8-8190a5d3fcfc
|
|||||||
| [Pixtral](https://huggingface.co/mistralai) | 12B | pixtral |
|
| [Pixtral](https://huggingface.co/mistralai) | 12B | pixtral |
|
||||||
| [Qwen2 (Code/Math/MoE/QwQ)](https://huggingface.co/Qwen) | 0.5B/1.5B/3B/7B/14B/32B/72B/110B | qwen |
|
| [Qwen2 (Code/Math/MoE/QwQ)](https://huggingface.co/Qwen) | 0.5B/1.5B/3B/7B/14B/32B/72B/110B | qwen |
|
||||||
| [Qwen3 (MoE/Instruct/Thinking/Next)](https://huggingface.co/Qwen) | 0.6B/1.7B/4B/8B/14B/32B/80B/235B | qwen3/qwen3_nothink |
|
| [Qwen3 (MoE/Instruct/Thinking/Next)](https://huggingface.co/Qwen) | 0.6B/1.7B/4B/8B/14B/32B/80B/235B | qwen3/qwen3_nothink |
|
||||||
|
| [Qwen3.5](https://huggingface.co/Qwen) | 0.8B/2B/4B/9B/27B/35B/122B/397B | qwen3_5 |
|
||||||
| [Qwen2-Audio](https://huggingface.co/Qwen) | 7B | qwen2_audio |
|
| [Qwen2-Audio](https://huggingface.co/Qwen) | 7B | qwen2_audio |
|
||||||
| [Qwen2.5-Omni](https://huggingface.co/Qwen) | 3B/7B | qwen2_omni |
|
| [Qwen2.5-Omni](https://huggingface.co/Qwen) | 3B/7B | qwen2_omni |
|
||||||
| [Qwen3-Omni](https://huggingface.co/Qwen) | 30B | qwen3_omni |
|
| [Qwen3-Omni](https://huggingface.co/Qwen) | 30B | qwen3_omni |
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
# https://hub.docker.com/r/rocm/pytorch/tags
|
# https://hub.docker.com/r/rocm/pytorch/tags
|
||||||
ARG BASE_IMAGE=rocm/pytorch:rocm6.4.1_ubuntu22.04_py3.10_pytorch_release_2.6.0
|
# ROCm 7.2 + PyTorch 2.7.1 (Python 3.12). Keep base image's PyTorch; do not reinstall.
|
||||||
|
ARG BASE_IMAGE=rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1
|
||||||
FROM ${BASE_IMAGE}
|
FROM ${BASE_IMAGE}
|
||||||
|
|
||||||
# Installation arguments
|
# Installation arguments
|
||||||
ARG PIP_INDEX=https://pypi.org/simple
|
ARG PIP_INDEX=https://pypi.org/simple
|
||||||
ARG INSTALL_FLASHATTN=false
|
ARG INSTALL_FLASHATTN=false
|
||||||
ARG HTTP_PROXY=""
|
ARG HTTP_PROXY=""
|
||||||
ARG PYTORCH_INDEX=https://download.pytorch.org/whl/rocm6.3
|
|
||||||
|
|
||||||
# Define environments
|
# Define environments
|
||||||
ENV MAX_JOBS=16
|
ENV MAX_JOBS=16
|
||||||
@@ -32,10 +32,9 @@ RUN pip config set global.index-url "${PIP_INDEX}" && \
|
|||||||
# Copy the application into the image
|
# Copy the application into the image
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
# Reinstall pytorch rocm and install LLaMA Factory
|
# Install LLaMA Factory (use base image's PyTorch/ROCm; do not reinstall)
|
||||||
RUN pip uninstall -y torch torchvision torchaudio && \
|
RUN pip install --no-cache-dir -e . --pre && \
|
||||||
pip install --no-cache-dir --no-build-isolation -e --pre . --index-url "${PYTORCH_INDEX}" && \
|
pip install --no-cache-dir -r requirements/deepspeed.txt -r requirements/liger-kernel.txt -r requirements/bitsandbytes.txt
|
||||||
pip install --no-cache-dir --no-build-isolation -r requirements/metrics.txt -r requirements/deepspeed.txt --index-url "${PYTORCH_INDEX}"
|
|
||||||
|
|
||||||
# Rebuild flash attention
|
# Rebuild flash attention
|
||||||
RUN if [ "${INSTALL_FLASHATTN}" == "true" ]; then \
|
RUN if [ "${INSTALL_FLASHATTN}" == "true" ]; then \
|
||||||
|
|||||||
1
docs/_static/css/lang-switcher.css
vendored
1
docs/_static/css/lang-switcher.css
vendored
@@ -47,4 +47,3 @@
|
|||||||
border-color: rgba(255, 255, 255, 0.45);
|
border-color: rgba(255, 255, 255, 0.45);
|
||||||
box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
|
box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
28
docs/conf.py
28
docs/conf.py
@@ -1,33 +1,31 @@
|
|||||||
# Configuration file for the Sphinx documentation builder.
|
# Configuration file for the Sphinx documentation builder.
|
||||||
|
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
# Define common settings here
|
# Define common settings here
|
||||||
project = 'LlamaFactory'
|
project = "LlamaFactory"
|
||||||
copyright = '2024, LlamaFactory Team'
|
copyright = "2024, LlamaFactory Team"
|
||||||
author = 'LlamaFactory Team'
|
author = "LlamaFactory Team"
|
||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.autodoc',
|
"sphinx.ext.autodoc",
|
||||||
'sphinx.ext.viewcode',
|
"sphinx.ext.viewcode",
|
||||||
'sphinx.ext.napoleon',
|
"sphinx.ext.napoleon",
|
||||||
'myst_parser',
|
"myst_parser",
|
||||||
]
|
]
|
||||||
|
|
||||||
templates_path = ['_templates']
|
templates_path = ["_templates"]
|
||||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
||||||
|
|
||||||
html_theme = 'sphinx_rtd_theme'
|
html_theme = "sphinx_rtd_theme"
|
||||||
|
|
||||||
html_static_path = ['_static']
|
html_static_path = ["_static"]
|
||||||
|
|
||||||
html_js_files = [
|
html_js_files = [
|
||||||
'js/switcher.js',
|
"js/switcher.js",
|
||||||
]
|
]
|
||||||
|
|
||||||
html_css_files = [
|
html_css_files = [
|
||||||
'css/lang-switcher.css',
|
"css/lang-switcher.css",
|
||||||
]
|
]
|
||||||
|
|
||||||
myst_enable_extensions = [
|
myst_enable_extensions = [
|
||||||
|
|||||||
@@ -1,20 +1,22 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
# Add parent dir to path to allow importing conf.py
|
|
||||||
sys.path.insert(0, os.path.abspath('..'))
|
|
||||||
|
|
||||||
from conf import *
|
# Add parent dir to path to allow importing conf.py
|
||||||
|
sys.path.insert(0, os.path.abspath(".."))
|
||||||
|
|
||||||
|
from conf import * # noqa: F403
|
||||||
|
|
||||||
|
|
||||||
# Language settings
|
# Language settings
|
||||||
language = 'en'
|
language = "en"
|
||||||
html_search_language = 'en'
|
html_search_language = "en"
|
||||||
|
|
||||||
# Static files
|
# Static files
|
||||||
# Point to the root _static directory
|
# Point to the root _static directory
|
||||||
html_static_path = ['../_static']
|
html_static_path = ["../_static"]
|
||||||
|
|
||||||
# Add custom JS for language switcher
|
# Add custom JS for language switcher
|
||||||
html_js_files = [
|
html_js_files = [
|
||||||
'js/switcher.js',
|
"js/switcher.js",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,20 +1,22 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
# Add parent dir to path to allow importing conf.py
|
|
||||||
sys.path.insert(0, os.path.abspath('..'))
|
|
||||||
|
|
||||||
from conf import *
|
# Add parent dir to path to allow importing conf.py
|
||||||
|
sys.path.insert(0, os.path.abspath(".."))
|
||||||
|
|
||||||
|
from conf import * # noqa: F403
|
||||||
|
|
||||||
|
|
||||||
# Language settings
|
# Language settings
|
||||||
language = 'zh_CN'
|
language = "zh_CN"
|
||||||
html_search_language = 'zh'
|
html_search_language = "zh"
|
||||||
|
|
||||||
# Static files
|
# Static files
|
||||||
# Point to the root _static directory
|
# Point to the root _static directory
|
||||||
html_static_path = ['../_static']
|
html_static_path = ["../_static"]
|
||||||
|
|
||||||
# Add custom JS for language switcher
|
# Add custom JS for language switcher
|
||||||
html_js_files = [
|
html_js_files = [
|
||||||
'js/switcher.js',
|
"js/switcher.js",
|
||||||
]
|
]
|
||||||
|
|||||||
24
examples/v1/train_full/train_full_deepspeed.yaml
Normal file
24
examples/v1/train_full/train_full_deepspeed.yaml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
model: Qwen/Qwen3-0.6B
|
||||||
|
|
||||||
|
model_class: llm
|
||||||
|
|
||||||
|
template: qwen3_nothink
|
||||||
|
|
||||||
|
kernel_config:
|
||||||
|
name: auto
|
||||||
|
include_kernels: auto
|
||||||
|
|
||||||
|
dist_config:
|
||||||
|
name: deepspeed
|
||||||
|
config_file: examples/deepspeed/ds_z3_config.json
|
||||||
|
|
||||||
|
### data
|
||||||
|
train_dataset: data/v1_sft_demo.yaml
|
||||||
|
|
||||||
|
### training
|
||||||
|
output_dir: outputs/Qwen3-0.6B-deepspeed
|
||||||
|
micro_batch_size: 1
|
||||||
|
cutoff_len: 2048
|
||||||
|
learning_rate: 1.0e-4
|
||||||
|
bf16: true
|
||||||
|
max_steps: 10
|
||||||
@@ -14,16 +14,12 @@ dist_config:
|
|||||||
name: fsdp2
|
name: fsdp2
|
||||||
dcp_path: null # /mnt/f/pretrain_models/Qwen3-0.6B-dcp
|
dcp_path: null # /mnt/f/pretrain_models/Qwen3-0.6B-dcp
|
||||||
|
|
||||||
init_config:
|
|
||||||
name: init_on_meta
|
|
||||||
|
|
||||||
### data
|
### data
|
||||||
train_dataset: data/v1_sft_demo.yaml
|
train_dataset: data/v1_sft_demo.yaml
|
||||||
|
|
||||||
### training
|
### training
|
||||||
output_dir: outputs/test_fsdp2
|
output_dir: outputs/test_fsdp2
|
||||||
micro_batch_size: 1
|
micro_batch_size: 1
|
||||||
global_batch_size: 1
|
|
||||||
cutoff_len: 2048
|
cutoff_len: 2048
|
||||||
learning_rate: 1.0e-4
|
learning_rate: 1.0e-4
|
||||||
bf16: false
|
bf16: false
|
||||||
|
|||||||
43
examples/v1/train_qlora/quantization.yaml
Normal file
43
examples/v1/train_qlora/quantization.yaml
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
model: Qwen/Qwen3-0.6B
|
||||||
|
trust_remote_code: true
|
||||||
|
model_class: llm
|
||||||
|
|
||||||
|
template: qwen3_nothink
|
||||||
|
|
||||||
|
# PEFT Configuration
|
||||||
|
peft_config:
|
||||||
|
name: lora
|
||||||
|
r: 16
|
||||||
|
lora_alpha: 32
|
||||||
|
lora_dropout: 0.05
|
||||||
|
target_modules: all
|
||||||
|
|
||||||
|
# Kernel Config
|
||||||
|
kernel_config:
|
||||||
|
name: auto
|
||||||
|
include_kernels: auto
|
||||||
|
|
||||||
|
# FSDP Config
|
||||||
|
dist_config:
|
||||||
|
name: fsdp2
|
||||||
|
dcp_path: null
|
||||||
|
|
||||||
|
# Quantization Config
|
||||||
|
quant_config:
|
||||||
|
name: bnb # choice: auto/bnb if auto is selected, the quantization method will be automatically selected based on the model and environment.
|
||||||
|
quantization_bit: 4 # choice: 8/4(bnb)
|
||||||
|
|
||||||
|
### data
|
||||||
|
train_dataset: data/v1_sft_demo.yaml
|
||||||
|
|
||||||
|
### training
|
||||||
|
output_dir: outputs/test_quantization
|
||||||
|
micro_batch_size: 1
|
||||||
|
cutoff_len: 2048
|
||||||
|
learning_rate: 1.0e-4
|
||||||
|
bf16: false
|
||||||
|
max_steps: 10
|
||||||
|
|
||||||
|
### sample
|
||||||
|
sample_backend: hf
|
||||||
|
max_new_tokens: 128
|
||||||
@@ -40,7 +40,7 @@ dependencies = [
|
|||||||
"torch>=2.4.0",
|
"torch>=2.4.0",
|
||||||
"torchvision>=0.19.0",
|
"torchvision>=0.19.0",
|
||||||
"torchaudio>=2.4.0",
|
"torchaudio>=2.4.0",
|
||||||
"transformers>=4.51.0,<=5.0.0,!=4.52.0,!=4.57.0",
|
"transformers>=4.51.0,<=5.2.0,!=4.52.0,!=4.57.0",
|
||||||
"datasets>=2.16.0,<=4.0.0",
|
"datasets>=2.16.0,<=4.0.0",
|
||||||
"accelerate>=1.3.0,<=1.11.0",
|
"accelerate>=1.3.0,<=1.11.0",
|
||||||
"peft>=0.18.0,<=0.18.1",
|
"peft>=0.18.0,<=0.18.1",
|
||||||
|
|||||||
@@ -154,25 +154,24 @@ def vllm_infer(
|
|||||||
batch = train_dataset[i : min(i + batch_size, len(train_dataset))]
|
batch = train_dataset[i : min(i + batch_size, len(train_dataset))]
|
||||||
|
|
||||||
for j in range(len(batch["input_ids"])):
|
for j in range(len(batch["input_ids"])):
|
||||||
|
multi_modal_data = {}
|
||||||
|
video_metadata_kwargs = None
|
||||||
|
|
||||||
if batch["images"][j] is not None:
|
if batch["images"][j] is not None:
|
||||||
image = batch["images"][j]
|
image = batch["images"][j]
|
||||||
multi_modal_data = {
|
multi_modal_data["image"] = template_obj.mm_plugin._regularize_images(
|
||||||
"image": template_obj.mm_plugin._regularize_images(
|
image, image_max_pixels=image_max_pixels, image_min_pixels=image_min_pixels
|
||||||
image, image_max_pixels=image_max_pixels, image_min_pixels=image_min_pixels
|
)["images"]
|
||||||
)["images"]
|
|
||||||
}
|
if batch["videos"][j] is not None:
|
||||||
elif batch["videos"][j] is not None:
|
|
||||||
video_metadata, video_metadata_kwargs = None, None
|
|
||||||
video = batch["videos"][j]
|
video = batch["videos"][j]
|
||||||
multi_modal_data = {
|
multi_modal_data["video"] = template_obj.mm_plugin._regularize_videos(
|
||||||
"video": template_obj.mm_plugin._regularize_videos(
|
video,
|
||||||
video,
|
image_max_pixels=image_max_pixels,
|
||||||
image_max_pixels=image_max_pixels,
|
image_min_pixels=image_min_pixels,
|
||||||
image_min_pixels=image_min_pixels,
|
video_fps=video_fps,
|
||||||
video_fps=video_fps,
|
video_maxlen=video_maxlen,
|
||||||
video_maxlen=video_maxlen,
|
)["videos"]
|
||||||
)["videos"]
|
|
||||||
}
|
|
||||||
if need_video_kwargs:
|
if need_video_kwargs:
|
||||||
container = av.open(video[0], "r")
|
container = av.open(video[0], "r")
|
||||||
video_stream = next(stream for stream in container.streams if stream.type == "video")
|
video_stream = next(stream for stream in container.streams if stream.type == "video")
|
||||||
@@ -192,18 +191,17 @@ def vllm_infer(
|
|||||||
video_backend="opencv",
|
video_backend="opencv",
|
||||||
)
|
)
|
||||||
multi_modal_data["video"] = (multi_modal_data["video"], video_metadata)
|
multi_modal_data["video"] = (multi_modal_data["video"], video_metadata)
|
||||||
elif batch["audios"][j] is not None:
|
|
||||||
|
if batch["audios"][j] is not None:
|
||||||
audio = batch["audios"][j]
|
audio = batch["audios"][j]
|
||||||
audio_data = template_obj.mm_plugin._regularize_audios(
|
audio_data = template_obj.mm_plugin._regularize_audios(
|
||||||
audio,
|
audio,
|
||||||
sampling_rate=16000,
|
sampling_rate=16000,
|
||||||
)
|
)
|
||||||
multi_modal_data = {"audio": zip(audio_data["audios"], audio_data["sampling_rates"])}
|
multi_modal_data["audio"] = zip(audio_data["audios"], audio_data["sampling_rates"])
|
||||||
else:
|
|
||||||
multi_modal_data = None
|
|
||||||
|
|
||||||
vllm_input_data = {"prompt_token_ids": batch["input_ids"][j], "multi_modal_data": multi_modal_data}
|
vllm_input_data = {"prompt_token_ids": batch["input_ids"][j], "multi_modal_data": multi_modal_data or None}
|
||||||
if "video_metadata_kwargs" in locals() and video_metadata_kwargs is not None:
|
if video_metadata_kwargs is not None:
|
||||||
vllm_input_data["mm_processor_kwargs"] = video_metadata_kwargs
|
vllm_input_data["mm_processor_kwargs"] = video_metadata_kwargs
|
||||||
|
|
||||||
vllm_inputs.append(vllm_input_data)
|
vllm_inputs.append(vllm_input_data)
|
||||||
|
|||||||
@@ -180,35 +180,32 @@ class VllmEngine(BaseEngine):
|
|||||||
else self.generating_args["skip_special_tokens"],
|
else self.generating_args["skip_special_tokens"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
multi_modal_data = {}
|
||||||
if images is not None: # add image features
|
if images is not None: # add image features
|
||||||
multi_modal_data = {
|
multi_modal_data["image"] = self.template.mm_plugin._regularize_images(
|
||||||
"image": self.template.mm_plugin._regularize_images(
|
images,
|
||||||
images,
|
image_max_pixels=self.model_args.image_max_pixels,
|
||||||
image_max_pixels=self.model_args.image_max_pixels,
|
image_min_pixels=self.model_args.image_min_pixels,
|
||||||
image_min_pixels=self.model_args.image_min_pixels,
|
)["images"]
|
||||||
)["images"]
|
|
||||||
}
|
if videos is not None:
|
||||||
elif videos is not None:
|
multi_modal_data["video"] = self.template.mm_plugin._regularize_videos(
|
||||||
multi_modal_data = {
|
videos,
|
||||||
"video": self.template.mm_plugin._regularize_videos(
|
image_max_pixels=self.model_args.video_max_pixels,
|
||||||
videos,
|
image_min_pixels=self.model_args.video_min_pixels,
|
||||||
image_max_pixels=self.model_args.video_max_pixels,
|
video_fps=self.model_args.video_fps,
|
||||||
image_min_pixels=self.model_args.video_min_pixels,
|
video_maxlen=self.model_args.video_maxlen,
|
||||||
video_fps=self.model_args.video_fps,
|
)["videos"]
|
||||||
video_maxlen=self.model_args.video_maxlen,
|
|
||||||
)["videos"]
|
if audios is not None:
|
||||||
}
|
|
||||||
elif audios is not None:
|
|
||||||
audio_data = self.template.mm_plugin._regularize_audios(
|
audio_data = self.template.mm_plugin._regularize_audios(
|
||||||
audios,
|
audios,
|
||||||
sampling_rate=self.model_args.audio_sampling_rate,
|
sampling_rate=self.model_args.audio_sampling_rate,
|
||||||
)
|
)
|
||||||
multi_modal_data = {"audio": zip(audio_data["audios"], audio_data["sampling_rates"])}
|
multi_modal_data["audio"] = zip(audio_data["audios"], audio_data["sampling_rates"])
|
||||||
else:
|
|
||||||
multi_modal_data = None
|
|
||||||
|
|
||||||
result_generator = self.model.generate(
|
result_generator = self.model.generate(
|
||||||
{"prompt_token_ids": prompt_ids, "multi_modal_data": multi_modal_data},
|
{"prompt_token_ids": prompt_ids, "multi_modal_data": multi_modal_data or None},
|
||||||
sampling_params=sampling_params,
|
sampling_params=sampling_params,
|
||||||
request_id=request_id,
|
request_id=request_id,
|
||||||
lora_request=self.lora_request,
|
lora_request=self.lora_request,
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
import inspect
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from typing import TYPE_CHECKING, Any, Literal, Optional
|
from typing import TYPE_CHECKING, Any, Literal, Optional
|
||||||
|
|
||||||
@@ -189,6 +190,16 @@ class MultiModalDataCollatorForSeq2Seq(DataCollatorForSeq2Seq):
|
|||||||
"video_grid_thw": mm_inputs.get("video_grid_thw"),
|
"video_grid_thw": mm_inputs.get("video_grid_thw"),
|
||||||
"attention_mask": (features["attention_mask"] >= 1).float(),
|
"attention_mask": (features["attention_mask"] >= 1).float(),
|
||||||
}
|
}
|
||||||
|
if "mm_token_type_ids" in inspect.signature(self.get_rope_func).parameters:
|
||||||
|
image_token_id = getattr(self.model.config, "image_token_id", None)
|
||||||
|
video_token_id = getattr(self.model.config, "video_token_id", None)
|
||||||
|
if image_token_id is not None or video_token_id is not None:
|
||||||
|
mm_token_type_ids = torch.zeros_like(features["input_ids"])
|
||||||
|
if image_token_id is not None:
|
||||||
|
mm_token_type_ids[features["input_ids"] == image_token_id] = 1
|
||||||
|
if video_token_id is not None:
|
||||||
|
mm_token_type_ids[features["input_ids"] == video_token_id] = 2
|
||||||
|
rope_index_kwargs["mm_token_type_ids"] = mm_token_type_ids
|
||||||
if "second_per_grid_ts" in mm_inputs: # for qwen2vl
|
if "second_per_grid_ts" in mm_inputs: # for qwen2vl
|
||||||
rope_index_kwargs["second_per_grid_ts"] = mm_inputs.get("second_per_grid_ts")
|
rope_index_kwargs["second_per_grid_ts"] = mm_inputs.get("second_per_grid_ts")
|
||||||
elif "video_second_per_grid" in mm_inputs: # for qwen2.5 omni
|
elif "video_second_per_grid" in mm_inputs: # for qwen2.5 omni
|
||||||
@@ -219,6 +230,7 @@ class MultiModalDataCollatorForSeq2Seq(DataCollatorForSeq2Seq):
|
|||||||
"qwen2_5_vl",
|
"qwen2_5_vl",
|
||||||
"qwen2_5_omni_thinker",
|
"qwen2_5_omni_thinker",
|
||||||
"qwen3_omni_moe_thinker",
|
"qwen3_omni_moe_thinker",
|
||||||
|
"qwen3_5",
|
||||||
"qwen3_vl",
|
"qwen3_vl",
|
||||||
"qwen3_vl_moe",
|
"qwen3_vl_moe",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -2029,6 +2029,39 @@ register_template(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
register_template(
|
||||||
|
name="qwen3_5",
|
||||||
|
format_user=StringFormatter(slots=["<|im_start|>user\n{{content}}<|im_end|>\n<|im_start|>assistant\n"]),
|
||||||
|
format_assistant=StringFormatter(slots=["{{content}}<|im_end|>\n"]),
|
||||||
|
format_system=StringFormatter(slots=["<|im_start|>system\n{{content}}<|im_end|>\n"]),
|
||||||
|
format_function=FunctionFormatter(slots=["{{content}}<|im_end|>\n"], tool_format="qwen3_5"),
|
||||||
|
format_observation=StringFormatter(
|
||||||
|
slots=["<|im_start|>user\n<tool_response>\n{{content}}\n</tool_response><|im_end|>\n<|im_start|>assistant\n"]
|
||||||
|
),
|
||||||
|
format_tools=ToolFormatter(tool_format="qwen3_5"),
|
||||||
|
stop_words=["<|im_end|>"],
|
||||||
|
replace_eos=True,
|
||||||
|
mm_plugin=get_mm_plugin(name="qwen3_vl", image_token="<|image_pad|>", video_token="<|video_pad|>"),
|
||||||
|
template_class=ReasoningTemplate,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
register_template(
|
||||||
|
name="qwen3_5_nothink",
|
||||||
|
format_user=StringFormatter(slots=["<|im_start|>user\n{{content}}<|im_end|>\n<|im_start|>assistant\n"]),
|
||||||
|
format_assistant=StringFormatter(slots=["{{content}}<|im_end|>\n"]),
|
||||||
|
format_system=StringFormatter(slots=["<|im_start|>system\n{{content}}<|im_end|>\n"]),
|
||||||
|
format_function=FunctionFormatter(slots=["{{content}}<|im_end|>\n"], tool_format="qwen3_5"),
|
||||||
|
format_observation=StringFormatter(
|
||||||
|
slots=["<|im_start|>user\n<tool_response>\n{{content}}\n</tool_response><|im_end|>\n<|im_start|>assistant\n"]
|
||||||
|
),
|
||||||
|
format_tools=ToolFormatter(tool_format="qwen3_5"),
|
||||||
|
stop_words=["<|im_end|>"],
|
||||||
|
replace_eos=True,
|
||||||
|
mm_plugin=get_mm_plugin(name="qwen3_vl", image_token="<|image_pad|>", video_token="<|video_pad|>"),
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
register_template(
|
register_template(
|
||||||
name="sailor",
|
name="sailor",
|
||||||
format_user=StringFormatter(slots=["<|im_start|>question\n{{content}}<|im_end|>\n<|im_start|>answer\n"]),
|
format_user=StringFormatter(slots=["<|im_start|>question\n{{content}}<|im_end|>\n<|im_start|>answer\n"]),
|
||||||
@@ -2218,3 +2251,24 @@ register_template(
|
|||||||
format_system=StringFormatter(slots=["<|system|>\n{{content}}", {"eos_token"}]),
|
format_system=StringFormatter(slots=["<|system|>\n{{content}}", {"eos_token"}]),
|
||||||
default_system="You are Zephyr, a helpful assistant.",
|
default_system="You are Zephyr, a helpful assistant.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
# copied from glm4_7 template
|
||||||
|
register_template(
|
||||||
|
name="aeva",
|
||||||
|
format_user=StringFormatter(slots=["<|user|>\n{{content}}<|assistant|>"]),
|
||||||
|
format_assistant=StringFormatter(slots=["\n{{content}}"]),
|
||||||
|
format_system=StringFormatter(slots=["<|system|>\n{{content}}"]),
|
||||||
|
format_function=FunctionFormatter(slots=["{{content}}"], tool_format="glm4_moe"),
|
||||||
|
format_observation=StringFormatter(slots=["<|observation|>\n{{content}}<|assistant|>"]),
|
||||||
|
format_tools=ToolFormatter(tool_format="glm4_moe"),
|
||||||
|
format_prefix=EmptyFormatter(slots=["[gMASK]<sop>"]),
|
||||||
|
default_system=(
|
||||||
|
"You are an AI assistant named Aeva created by Zongzhi Lou. "
|
||||||
|
"Your answer should be friendly, unbiased, faithful, informative and detailed."
|
||||||
|
),
|
||||||
|
stop_words=["<|user|>", "<|observation|>"],
|
||||||
|
thought_words=("<think>", "</think>"),
|
||||||
|
efficient_eos=True,
|
||||||
|
template_class=Glm47ReasoningTemplate,
|
||||||
|
)
|
||||||
|
|||||||
@@ -85,6 +85,21 @@ QWEN_TOOL_PROMPT = (
|
|||||||
""""arguments": <args-json-object>}}\n</tool_call>"""
|
""""arguments": <args-json-object>}}\n</tool_call>"""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
QWEN35_TOOL_PROMPT = (
|
||||||
|
"\n\n# Tools\n\nYou have access to the following functions:\n\n<tools>{tool_text}"
|
||||||
|
"\n</tools>\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n"
|
||||||
|
"<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n"
|
||||||
|
"<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n"
|
||||||
|
"</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n"
|
||||||
|
"- Function calls MUST follow the specified format: "
|
||||||
|
"an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n"
|
||||||
|
"- Required parameters MUST be specified\n"
|
||||||
|
"- You may provide optional reasoning for your function call in natural language "
|
||||||
|
"BEFORE the function call, but NOT after\n"
|
||||||
|
"- If there is no function call available, answer the question like normal with your current knowledge "
|
||||||
|
"and do not tell the user about function calls\n</IMPORTANT>"
|
||||||
|
)
|
||||||
|
|
||||||
SEED_TOOL_PROMPT = (
|
SEED_TOOL_PROMPT = (
|
||||||
"system\nYou are Doubao, a helpful AI assistant. You may call one or more functions to assist with the user query."
|
"system\nYou are Doubao, a helpful AI assistant. You may call one or more functions to assist with the user query."
|
||||||
"Tool List:\nYou are authorized to use the following tools (described in JSON Schema format). Before performing "
|
"Tool List:\nYou are authorized to use the following tools (described in JSON Schema format). Before performing "
|
||||||
@@ -453,6 +468,57 @@ class QwenToolUtils(ToolUtils):
|
|||||||
return results
|
return results
|
||||||
|
|
||||||
|
|
||||||
|
class Qwen35ToolUtils(ToolUtils):
|
||||||
|
r"""Qwen 3.5 tool using template."""
|
||||||
|
|
||||||
|
@override
|
||||||
|
@staticmethod
|
||||||
|
def tool_formatter(tools: list[dict[str, Any]]) -> str:
|
||||||
|
tool_text = ""
|
||||||
|
for tool in tools:
|
||||||
|
tool = tool.get("function", tool) if tool.get("type") == "function" else tool
|
||||||
|
tool_text += "\n" + json.dumps(tool, ensure_ascii=False)
|
||||||
|
|
||||||
|
return QWEN35_TOOL_PROMPT.format(tool_text=tool_text)
|
||||||
|
|
||||||
|
@override
|
||||||
|
@staticmethod
|
||||||
|
def function_formatter(functions: list["FunctionCall"]) -> str:
|
||||||
|
function_texts = []
|
||||||
|
for func in functions:
|
||||||
|
name, arguments = func.name, json.loads(func.arguments)
|
||||||
|
prompt = f"<tool_call>\n<function={name}>"
|
||||||
|
for key, value in arguments.items():
|
||||||
|
prompt += f"\n<parameter={key}>"
|
||||||
|
if not isinstance(value, str):
|
||||||
|
value = json.dumps(value, ensure_ascii=False)
|
||||||
|
prompt += f"\n{value}\n</parameter>"
|
||||||
|
prompt += "\n</function>\n</tool_call>"
|
||||||
|
function_texts.append(prompt)
|
||||||
|
|
||||||
|
return "\n".join(function_texts)
|
||||||
|
|
||||||
|
@override
|
||||||
|
@staticmethod
|
||||||
|
def tool_extractor(content: str) -> Union[str, list["FunctionCall"]]:
|
||||||
|
results = []
|
||||||
|
regex = re.compile(r"<tool_call>\s*<function=\s*([^\s<>]+)\s*(.*?)\s*</function>\s*</tool_call>", re.DOTALL)
|
||||||
|
for func_name, params_block in re.findall(regex, content):
|
||||||
|
args_dict = {}
|
||||||
|
param_pattern = re.compile(r"<parameter=(.*?)>(.*?)</parameter>", re.DOTALL)
|
||||||
|
for key, raw_value in re.findall(param_pattern, params_block.strip()):
|
||||||
|
value = raw_value.strip()
|
||||||
|
try:
|
||||||
|
parsed_value = json.loads(value)
|
||||||
|
except json.JSONDecodeError:
|
||||||
|
parsed_value = raw_value.strip()
|
||||||
|
args_dict[key] = parsed_value
|
||||||
|
|
||||||
|
results.append(FunctionCall(func_name.strip(), json.dumps(args_dict, ensure_ascii=False)))
|
||||||
|
|
||||||
|
return results if results else content
|
||||||
|
|
||||||
|
|
||||||
class GLM4MOEToolUtils(QwenToolUtils):
|
class GLM4MOEToolUtils(QwenToolUtils):
|
||||||
r"""GLM-4-MOE tool using template."""
|
r"""GLM-4-MOE tool using template."""
|
||||||
|
|
||||||
@@ -662,6 +728,7 @@ TOOLS = {
|
|||||||
"minimax2": MiniMaxM2ToolUtils(),
|
"minimax2": MiniMaxM2ToolUtils(),
|
||||||
"mistral": MistralToolUtils(),
|
"mistral": MistralToolUtils(),
|
||||||
"qwen": QwenToolUtils(),
|
"qwen": QwenToolUtils(),
|
||||||
|
"qwen3_5": Qwen35ToolUtils(),
|
||||||
"glm4_moe": GLM4MOEToolUtils(),
|
"glm4_moe": GLM4MOEToolUtils(),
|
||||||
"seed_oss": SeedToolUtils(),
|
"seed_oss": SeedToolUtils(),
|
||||||
"ling": LingToolUtils(),
|
"ling": LingToolUtils(),
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ MCA_SUPPORTED_MODELS = {
|
|||||||
"qwen2_vl",
|
"qwen2_vl",
|
||||||
"qwen2_5_vl",
|
"qwen2_5_vl",
|
||||||
"qwen3_vl",
|
"qwen3_vl",
|
||||||
|
"qwen3_vl_moe",
|
||||||
"qwen3",
|
"qwen3",
|
||||||
"qwen3_moe",
|
"qwen3_moe",
|
||||||
"qwen3_next",
|
"qwen3_next",
|
||||||
@@ -2809,6 +2810,66 @@ register_model_group(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
register_model_group(
|
||||||
|
models={
|
||||||
|
"Qwen3.5-0.8B-Base": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-0.8B-Base",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-0.8B-Base",
|
||||||
|
},
|
||||||
|
"Qwen3.5-2B-Base": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-2B-Base",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-2B-Base",
|
||||||
|
},
|
||||||
|
"Qwen3.5-4B-Base": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-4B-Base",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-4B-Base",
|
||||||
|
},
|
||||||
|
"Qwen3.5-9B-Base": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-9B-Base",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-9B-Base",
|
||||||
|
},
|
||||||
|
"Qwen3.5-35B-A3B-Base": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-35B-A3B-Base",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-35B-A3B-Base",
|
||||||
|
},
|
||||||
|
"Qwen3.5-0.8B-Thinking": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-0.8B",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-0.8B",
|
||||||
|
},
|
||||||
|
"Qwen3.5-2B-Thinking": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-2B",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-2B",
|
||||||
|
},
|
||||||
|
"Qwen3.5-4B-Thinking": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-4B",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-4B",
|
||||||
|
},
|
||||||
|
"Qwen3.5-9B-Thinking": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-9B",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-9B",
|
||||||
|
},
|
||||||
|
"Qwen3.5-27B-Thinking": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-27B",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-27B",
|
||||||
|
},
|
||||||
|
"Qwen3.5-35B-A3B-Thinking": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-35B-A3B",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-35B-A3B",
|
||||||
|
},
|
||||||
|
"Qwen3.5-122B-A10B-Thinking": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-122B-A10B",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-122B-A10B",
|
||||||
|
},
|
||||||
|
"Qwen3.5-397B-A17B-Thinking": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-397B-A17B",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-397B-A17B",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
template="qwen3_5",
|
||||||
|
multimodal=True,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
register_model_group(
|
register_model_group(
|
||||||
models={
|
models={
|
||||||
"Qwen2-Audio-7B": {
|
"Qwen2-Audio-7B": {
|
||||||
@@ -3450,3 +3511,35 @@ register_model_group(
|
|||||||
},
|
},
|
||||||
template="zephyr",
|
template="zephyr",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
register_model_group(
|
||||||
|
models={
|
||||||
|
"Aeva-Flash-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "louzongzhi/Aeva-Flash",
|
||||||
|
DownloadSource.MODELSCOPE: "louzongktsi/Aeva-Flash",
|
||||||
|
DownloadSource.OPENMIND: "louzongzhi/Aeva-Flash",
|
||||||
|
},
|
||||||
|
"Aeva-Air-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "louzongzhi/Aeva-Air",
|
||||||
|
DownloadSource.MODELSCOPE: "louzongktsi/Aeva-Air",
|
||||||
|
DownloadSource.OPENMIND: "louzongzhi/Aeva-Air",
|
||||||
|
},
|
||||||
|
"Aeva-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "louzongzhi/Aeva",
|
||||||
|
DownloadSource.MODELSCOPE: "louzongktsi/Aeva",
|
||||||
|
DownloadSource.OPENMIND: "louzongzhi/Aeva",
|
||||||
|
},
|
||||||
|
"Aeva-Pro-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "louzongzhi/Aeva-Pro",
|
||||||
|
DownloadSource.MODELSCOPE: "louzongktsi/Aeva-Pro",
|
||||||
|
DownloadSource.OPENMIND: "louzongzhi/Aeva-Pro",
|
||||||
|
},
|
||||||
|
"Aeva-Max-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "louzongzhi/Aeva-Max",
|
||||||
|
DownloadSource.MODELSCOPE: "louzongktsi/Aeva-Max",
|
||||||
|
DownloadSource.OPENMIND: "louzongzhi/Aeva-Max",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
template="aeva",
|
||||||
|
)
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ def check_version(requirement: str, mandatory: bool = False) -> None:
|
|||||||
|
|
||||||
def check_dependencies() -> None:
|
def check_dependencies() -> None:
|
||||||
r"""Check the version of the required packages."""
|
r"""Check the version of the required packages."""
|
||||||
check_version("transformers>=4.51.0,<=5.0.0")
|
check_version("transformers>=4.51.0,<=5.2.0")
|
||||||
check_version("datasets>=2.16.0,<=4.0.0")
|
check_version("datasets>=2.16.0,<=4.0.0")
|
||||||
check_version("accelerate>=1.3.0,<=1.11.0")
|
check_version("accelerate>=1.3.0,<=1.11.0")
|
||||||
check_version("peft>=0.18.0,<=0.18.1")
|
check_version("peft>=0.18.0,<=0.18.1")
|
||||||
|
|||||||
@@ -100,6 +100,52 @@ def _parse_args(
|
|||||||
return tuple(parsed_args)
|
return tuple(parsed_args)
|
||||||
|
|
||||||
|
|
||||||
|
def _verify_trackio_args(training_args: "TrainingArguments") -> None:
|
||||||
|
"""Validates Trackio-specific arguments.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
training_args: TrainingArguments instance (not a dictionary)
|
||||||
|
"""
|
||||||
|
report_to = training_args.report_to
|
||||||
|
if not report_to:
|
||||||
|
return
|
||||||
|
|
||||||
|
if isinstance(report_to, str):
|
||||||
|
report_to = [report_to]
|
||||||
|
|
||||||
|
if "trackio" not in report_to:
|
||||||
|
return
|
||||||
|
|
||||||
|
# --- Enforce project (required by Trackio) ---
|
||||||
|
if not training_args.project:
|
||||||
|
raise ValueError("`--project` must be specified when using Trackio.")
|
||||||
|
|
||||||
|
# --- Validate trackio_space_id format ---
|
||||||
|
space_id = training_args.trackio_space_id
|
||||||
|
if space_id:
|
||||||
|
if space_id != "trackio" and "/" not in space_id:
|
||||||
|
logger.warning(
|
||||||
|
f"trackio_space_id '{space_id}' should typically be in format "
|
||||||
|
"'org/space' for Hugging Face Spaces deployment."
|
||||||
|
)
|
||||||
|
|
||||||
|
# --- Inform about default project usage ---
|
||||||
|
if training_args.project == "huggingface":
|
||||||
|
logger.info(
|
||||||
|
"Using default project name 'huggingface'. "
|
||||||
|
"Consider setting a custom project name with --project "
|
||||||
|
"for better organization."
|
||||||
|
)
|
||||||
|
|
||||||
|
# --- Validate hub repo privacy flag ---
|
||||||
|
if training_args.hub_private_repo:
|
||||||
|
logger.info("Repository will be created as private on Hugging Face Hub.")
|
||||||
|
|
||||||
|
# --- Recommend run_name for experiment clarity ---
|
||||||
|
if not training_args.run_name:
|
||||||
|
logger.warning("Consider setting --run_name for better experiment tracking clarity.")
|
||||||
|
|
||||||
|
|
||||||
def _set_transformers_logging() -> None:
|
def _set_transformers_logging() -> None:
|
||||||
if os.getenv("LLAMAFACTORY_VERBOSITY", "INFO") in ["DEBUG", "INFO"]:
|
if os.getenv("LLAMAFACTORY_VERBOSITY", "INFO") in ["DEBUG", "INFO"]:
|
||||||
transformers.utils.logging.set_verbosity_info()
|
transformers.utils.logging.set_verbosity_info()
|
||||||
@@ -278,8 +324,10 @@ def get_train_args(args: dict[str, Any] | list[str] | None = None) -> _TRAIN_CLS
|
|||||||
if finetuning_args.reward_model_type == "lora" and model_args.use_unsloth:
|
if finetuning_args.reward_model_type == "lora" and model_args.use_unsloth:
|
||||||
raise ValueError("Unsloth does not support lora reward model.")
|
raise ValueError("Unsloth does not support lora reward model.")
|
||||||
|
|
||||||
if training_args.report_to and training_args.report_to[0] not in ["wandb", "tensorboard"]:
|
if training_args.report_to and any(
|
||||||
raise ValueError("PPO only accepts wandb or tensorboard logger.")
|
logger not in ("wandb", "tensorboard", "trackio", "none") for logger in training_args.report_to
|
||||||
|
):
|
||||||
|
raise ValueError("PPO only accepts wandb, tensorboard, or trackio logger.")
|
||||||
|
|
||||||
if not model_args.use_kt and training_args.parallel_mode == ParallelMode.NOT_DISTRIBUTED:
|
if not model_args.use_kt and training_args.parallel_mode == ParallelMode.NOT_DISTRIBUTED:
|
||||||
raise ValueError("Please launch distributed training with `llamafactory-cli` or `torchrun`.")
|
raise ValueError("Please launch distributed training with `llamafactory-cli` or `torchrun`.")
|
||||||
@@ -352,6 +400,7 @@ def get_train_args(args: dict[str, Any] | list[str] | None = None) -> _TRAIN_CLS
|
|||||||
_set_env_vars()
|
_set_env_vars()
|
||||||
_verify_model_args(model_args, data_args, finetuning_args)
|
_verify_model_args(model_args, data_args, finetuning_args)
|
||||||
_check_extra_dependencies(model_args, finetuning_args, training_args)
|
_check_extra_dependencies(model_args, finetuning_args, training_args)
|
||||||
|
_verify_trackio_args(training_args)
|
||||||
|
|
||||||
if not finetuning_args.use_mca and training_args.fp8_enable_fsdp_float8_all_gather and not training_args.fp8:
|
if not finetuning_args.use_mca and training_args.fp8_enable_fsdp_float8_all_gather and not training_args.fp8:
|
||||||
logger.warning_rank0("fp8_enable_fsdp_float8_all_gather requires fp8=True. Setting fp8=True.")
|
logger.warning_rank0("fp8_enable_fsdp_float8_all_gather requires fp8=True. Setting fp8=True.")
|
||||||
|
|||||||
@@ -142,6 +142,11 @@ def add_z3_leaf_module(model: "PreTrainedModel") -> None:
|
|||||||
|
|
||||||
_set_z3_leaf_modules(model, [Qwen3OmniMoeThinkerTextSparseMoeBlock])
|
_set_z3_leaf_modules(model, [Qwen3OmniMoeThinkerTextSparseMoeBlock])
|
||||||
|
|
||||||
|
if model_type == "qwen3_next":
|
||||||
|
from transformers.models.qwen3_next.modeling_qwen3_next import Qwen3NextSparseMoeBlock
|
||||||
|
|
||||||
|
_set_z3_leaf_modules(model, [Qwen3NextSparseMoeBlock])
|
||||||
|
|
||||||
|
|
||||||
def configure_moe(config: "PretrainedConfig", model_args: "ModelArguments", is_trainable: bool) -> None:
|
def configure_moe(config: "PretrainedConfig", model_args: "ModelArguments", is_trainable: bool) -> None:
|
||||||
if not is_trainable or not model_args.moe_aux_loss_coef:
|
if not is_trainable or not model_args.moe_aux_loss_coef:
|
||||||
|
|||||||
@@ -390,7 +390,25 @@ _register_composite_model(
|
|||||||
"visual.deepstack_merger_list",
|
"visual.deepstack_merger_list",
|
||||||
"audio_tower",
|
"audio_tower",
|
||||||
],
|
],
|
||||||
language_model_keys=["model", "lm_head"],
|
language_model_keys=["language_model", "lm_head"],
|
||||||
|
lora_conflict_keys=["patch_embed"],
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
_register_composite_model(
|
||||||
|
model_type="qwen3_5",
|
||||||
|
projector_key="model.visual.merger",
|
||||||
|
vision_model_keys=["visual.pos_embed", "visual.patch_embed", "visual.blocks"],
|
||||||
|
language_model_keys=["language_model", "lm_head"],
|
||||||
|
lora_conflict_keys=["patch_embed"],
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
_register_composite_model(
|
||||||
|
model_type="qwen3_5_moe",
|
||||||
|
projector_key="model.visual.merger",
|
||||||
|
vision_model_keys=["visual.pos_embed", "visual.patch_embed", "visual.blocks"],
|
||||||
|
language_model_keys=["language_model", "lm_head"],
|
||||||
lora_conflict_keys=["patch_embed"],
|
lora_conflict_keys=["patch_embed"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -371,6 +371,18 @@ class ReporterCallback(TrainerCallback):
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if "trackio" in args.report_to:
|
||||||
|
import trackio
|
||||||
|
|
||||||
|
trackio.config.update(
|
||||||
|
{
|
||||||
|
"model_args": self.model_args.to_dict(),
|
||||||
|
"data_args": self.data_args.to_dict(),
|
||||||
|
"finetuning_args": self.finetuning_args.to_dict(),
|
||||||
|
"generating_args": self.generating_args.to_dict(),
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
if self.finetuning_args.use_swanlab:
|
if self.finetuning_args.use_swanlab:
|
||||||
import swanlab # type: ignore
|
import swanlab # type: ignore
|
||||||
|
|
||||||
|
|||||||
@@ -82,7 +82,33 @@ def _check_model_support(model_args: "ModelArguments"):
|
|||||||
model_args.model_name_or_path, trust_remote_code=model_args.trust_remote_code
|
model_args.model_name_or_path, trust_remote_code=model_args.trust_remote_code
|
||||||
)
|
)
|
||||||
if config.model_type not in MCA_SUPPORTED_MODELS:
|
if config.model_type not in MCA_SUPPORTED_MODELS:
|
||||||
raise ValueError(f"Model {config.model_type} is not supported by MCA.")
|
raise ValueError(
|
||||||
|
f"Model {config.model_type} is not supported by mcore_adapter."
|
||||||
|
"You can try to upgrade mcore_adapter to the latest version for more supported models."
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
def _freeze_model_parameters(model: Any, finetuning_args: "FinetuningArguments"):
|
||||||
|
"""Freeze model parameters for qwen_vl series models based on finetuning arguments."""
|
||||||
|
if getattr(model.config, "hf_model_type", None) not in ["qwen2_vl", "qwen2_5_vl", "qwen3_vl", "qwen3_vl_moe"]:
|
||||||
|
return
|
||||||
|
|
||||||
|
params_to_freeze = []
|
||||||
|
if finetuning_args.freeze_vision_tower:
|
||||||
|
params_to_freeze.extend(["vision_model.blocks", "vision_model.patch_embed"])
|
||||||
|
if getattr(model.config, "hf_model_type", None) in ["qwen3_vl", "qwen3_vl_moe"]:
|
||||||
|
params_to_freeze.extend(["vision_model.pos_embed"])
|
||||||
|
|
||||||
|
if finetuning_args.freeze_multi_modal_projector:
|
||||||
|
params_to_freeze.extend(["multi_modal_projector"])
|
||||||
|
|
||||||
|
if finetuning_args.freeze_language_model:
|
||||||
|
params_to_freeze.extend(["embedding", "decoder", "output_layer"])
|
||||||
|
|
||||||
|
if params_to_freeze:
|
||||||
|
for name, p in model.named_parameters():
|
||||||
|
if any(name.startswith(k) for k in params_to_freeze):
|
||||||
|
p.requires_grad_(False)
|
||||||
|
|
||||||
|
|
||||||
def run_pt(
|
def run_pt(
|
||||||
@@ -161,22 +187,8 @@ def run_sft(
|
|||||||
_check_model_support(model_args)
|
_check_model_support(model_args)
|
||||||
model = AutoModel.from_pretrained(model_args.model_name_or_path, training_args)
|
model = AutoModel.from_pretrained(model_args.model_name_or_path, training_args)
|
||||||
|
|
||||||
# optional freezing for qwen2_vl, qwen2_5_vl
|
# optional freezing for qwen_vl series
|
||||||
if getattr(model.config, "hf_model_type", None) in ["qwen2_vl", "qwen2_5_vl", "qwen3_vl"]:
|
_freeze_model_parameters(model, finetuning_args)
|
||||||
params_to_freeze = []
|
|
||||||
if finetuning_args.freeze_vision_tower:
|
|
||||||
params_to_freeze.extend(["vision_model.blocks", "vision_model.patch_embed"])
|
|
||||||
|
|
||||||
if finetuning_args.freeze_multi_modal_projector:
|
|
||||||
params_to_freeze.extend(["multi_modal_projector"])
|
|
||||||
|
|
||||||
if finetuning_args.freeze_language_model:
|
|
||||||
params_to_freeze.extend(["embedding", "decoder", "output_layer"])
|
|
||||||
|
|
||||||
if params_to_freeze:
|
|
||||||
for name, p in model.named_parameters():
|
|
||||||
if any(name.startswith(k) for k in params_to_freeze):
|
|
||||||
p.requires_grad_(False)
|
|
||||||
|
|
||||||
pad_to_max = training_args.expert_model_parallel_size is not None and training_args.expert_model_parallel_size > 1
|
pad_to_max = training_args.expert_model_parallel_size is not None and training_args.expert_model_parallel_size > 1
|
||||||
data_collator = SFTDataCollatorWith4DAttentionMask(
|
data_collator = SFTDataCollatorWith4DAttentionMask(
|
||||||
@@ -229,6 +241,8 @@ def run_dpo(
|
|||||||
_check_model_support(model_args)
|
_check_model_support(model_args)
|
||||||
model = AutoModel.from_pretrained(model_args.model_name_or_path, training_args)
|
model = AutoModel.from_pretrained(model_args.model_name_or_path, training_args)
|
||||||
|
|
||||||
|
_freeze_model_parameters(model, finetuning_args)
|
||||||
|
|
||||||
if finetuning_args.use_ref_model:
|
if finetuning_args.use_ref_model:
|
||||||
ref_config = AutoConfig.from_pretrained(model_args.model_name_or_path, training_args)
|
ref_config = AutoConfig.from_pretrained(model_args.model_name_or_path, training_args)
|
||||||
ref_model = AutoModel.from_config(ref_config)
|
ref_model = AutoModel.from_config(ref_config)
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ from ..data import get_template_and_fix_tokenizer
|
|||||||
from ..extras import logging
|
from ..extras import logging
|
||||||
from ..extras.constants import V_HEAD_SAFE_WEIGHTS_NAME, V_HEAD_WEIGHTS_NAME
|
from ..extras.constants import V_HEAD_SAFE_WEIGHTS_NAME, V_HEAD_WEIGHTS_NAME
|
||||||
from ..extras.misc import find_available_port, get_device_name, get_torch_device, infer_optim_dtype
|
from ..extras.misc import find_available_port, get_device_name, get_torch_device, infer_optim_dtype
|
||||||
from ..extras.packages import is_mcore_adapter_available, is_ray_available
|
from ..extras.packages import is_mcore_adapter_available, is_ray_available, is_transformers_version_greater_than
|
||||||
from ..hparams import RayArguments, get_infer_args, get_ray_args, get_train_args, read_args
|
from ..hparams import RayArguments, get_infer_args, get_ray_args, get_train_args, read_args
|
||||||
from ..model import load_model, load_tokenizer
|
from ..model import load_model, load_tokenizer
|
||||||
from .callbacks import LogCallback, PissaConvertCallback, ReporterCallback
|
from .callbacks import LogCallback, PissaConvertCallback, ReporterCallback
|
||||||
@@ -160,17 +160,28 @@ def export_model(args: Optional[dict[str, Any]] = None) -> None:
|
|||||||
model = model.to(output_dtype)
|
model = model.to(output_dtype)
|
||||||
logger.info_rank0(f"Convert model dtype to: {output_dtype}.")
|
logger.info_rank0(f"Convert model dtype to: {output_dtype}.")
|
||||||
|
|
||||||
model.save_pretrained(
|
# Prepare save arguments (safe_serialization removed in transformers v5.0.0)
|
||||||
save_directory=model_args.export_dir,
|
save_kwargs = {
|
||||||
max_shard_size=f"{model_args.export_size}GB",
|
"save_directory": model_args.export_dir,
|
||||||
safe_serialization=(not model_args.export_legacy_format),
|
"max_shard_size": f"{model_args.export_size}GB",
|
||||||
)
|
}
|
||||||
|
if not is_transformers_version_greater_than("5.0.0"):
|
||||||
|
save_kwargs["safe_serialization"] = not model_args.export_legacy_format
|
||||||
|
|
||||||
|
model.save_pretrained(**save_kwargs)
|
||||||
|
|
||||||
if model_args.export_hub_model_id is not None:
|
if model_args.export_hub_model_id is not None:
|
||||||
|
# Prepare push arguments (safe_serialization removed in transformers v5.0.0)
|
||||||
|
push_kwargs = {
|
||||||
|
"max_shard_size": f"{model_args.export_size}GB",
|
||||||
|
}
|
||||||
|
if not is_transformers_version_greater_than("5.0.0"):
|
||||||
|
push_kwargs["safe_serialization"] = not model_args.export_legacy_format
|
||||||
|
|
||||||
model.push_to_hub(
|
model.push_to_hub(
|
||||||
model_args.export_hub_model_id,
|
model_args.export_hub_model_id,
|
||||||
token=model_args.hf_hub_token,
|
token=model_args.hf_hub_token,
|
||||||
max_shard_size=f"{model_args.export_size}GB",
|
**push_kwargs,
|
||||||
safe_serialization=(not model_args.export_legacy_format),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if finetuning_args.stage == "rm":
|
if finetuning_args.stage == "rm":
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ from omegaconf import OmegaConf
|
|||||||
from transformers import HfArgumentParser
|
from transformers import HfArgumentParser
|
||||||
|
|
||||||
from ..utils.env import is_env_enabled
|
from ..utils.env import is_env_enabled
|
||||||
|
from ..utils.helper import set_seed
|
||||||
from .data_args import DataArguments
|
from .data_args import DataArguments
|
||||||
from .model_args import ModelArguments
|
from .model_args import ModelArguments
|
||||||
from .sample_args import SampleArguments
|
from .sample_args import SampleArguments
|
||||||
@@ -56,6 +57,14 @@ def get_args(args: InputArgument = None) -> tuple[ModelArguments, DataArguments,
|
|||||||
print(f"Got unknown args, potentially deprecated arguments: {unknown_args}")
|
print(f"Got unknown args, potentially deprecated arguments: {unknown_args}")
|
||||||
raise ValueError(f"Some specified arguments are not used by the HfArgumentParser: {unknown_args}")
|
raise ValueError(f"Some specified arguments are not used by the HfArgumentParser: {unknown_args}")
|
||||||
|
|
||||||
|
# Seed as early as possible after argument parsing so all downstream
|
||||||
|
# components (dist init, dataloader, model init in run_* entrypoints) share the same RNG state.
|
||||||
|
for arg in parsed_args:
|
||||||
|
seed = getattr(arg, "seed", None)
|
||||||
|
if seed is not None:
|
||||||
|
set_seed(seed)
|
||||||
|
break
|
||||||
|
|
||||||
return tuple(parsed_args)
|
return tuple(parsed_args)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ class TrainingArguments:
|
|||||||
metadata={"help": "Number of workers for batching."},
|
metadata={"help": "Number of workers for batching."},
|
||||||
)
|
)
|
||||||
enable_activation_checkpointing: bool = field(
|
enable_activation_checkpointing: bool = field(
|
||||||
default=True,
|
default=False,
|
||||||
metadata={"help": "Enable activation checkpointing for training."},
|
metadata={"help": "Enable activation checkpointing for training."},
|
||||||
)
|
)
|
||||||
dist_config: PluginConfig | None = field(
|
dist_config: PluginConfig | None = field(
|
||||||
@@ -81,6 +81,10 @@ class TrainingArguments:
|
|||||||
default=None,
|
default=None,
|
||||||
metadata={"help": "Learning rate scheduler configuration for training."},
|
metadata={"help": "Learning rate scheduler configuration for training."},
|
||||||
)
|
)
|
||||||
|
seed: int = field(
|
||||||
|
default=42,
|
||||||
|
metadata={"help": "Random seed that will be set at the beginning of training."},
|
||||||
|
)
|
||||||
|
|
||||||
def __post_init__(self) -> None:
|
def __post_init__(self) -> None:
|
||||||
self.dist_config = get_plugin_config(self.dist_config)
|
self.dist_config = get_plugin_config(self.dist_config)
|
||||||
|
|||||||
@@ -76,19 +76,28 @@ class BaseTrainer:
|
|||||||
if self.args.enable_activation_checkpointing:
|
if self.args.enable_activation_checkpointing:
|
||||||
self.model.gradient_checkpointing_enable({"use_reentrant": False})
|
self.model.gradient_checkpointing_enable({"use_reentrant": False})
|
||||||
|
|
||||||
if self.args.dist_config is not None:
|
self._deepspeed_engine = None
|
||||||
shard_need_optimizer = self.args.dist_config.name == "deepspeed"
|
dist_name = self.args.dist_config.name if self.args.dist_config is not None else None
|
||||||
else:
|
|
||||||
shard_need_optimizer = False
|
|
||||||
|
|
||||||
if shard_need_optimizer:
|
if dist_name == "deepspeed":
|
||||||
|
from ..plugins.trainer_plugins.distributed.hub import DistributedPlugin
|
||||||
|
|
||||||
|
self._deepspeed_engine = DistributedPlugin("deepspeed")(
|
||||||
|
self.model,
|
||||||
|
self.args.dist_config,
|
||||||
|
num_micro_batch=self.train_batch_generator.num_micro_batch,
|
||||||
|
micro_batch_size=self.args.micro_batch_size,
|
||||||
|
)
|
||||||
self._init_optimizer()
|
self._init_optimizer()
|
||||||
self._shard_model()
|
self._init_lr_scheduler()
|
||||||
|
self.model, self.optimizer, self.lr_scheduler = self._deepspeed_engine.prepare(
|
||||||
|
self.model, self.optimizer, self.lr_scheduler
|
||||||
|
)
|
||||||
else:
|
else:
|
||||||
|
# fsdp2 / DDP / no dist
|
||||||
self._shard_model()
|
self._shard_model()
|
||||||
self._init_optimizer()
|
self._init_optimizer()
|
||||||
|
self._init_lr_scheduler()
|
||||||
self._init_lr_scheduler()
|
|
||||||
|
|
||||||
def _create_batch_generator(self) -> None:
|
def _create_batch_generator(self) -> None:
|
||||||
self.train_batch_generator = BatchGenerator(
|
self.train_batch_generator = BatchGenerator(
|
||||||
@@ -99,6 +108,7 @@ class BaseTrainer:
|
|||||||
cutoff_len=self.args.cutoff_len,
|
cutoff_len=self.args.cutoff_len,
|
||||||
batching_workers=self.args.batching_workers,
|
batching_workers=self.args.batching_workers,
|
||||||
batching_strategy=self.args.batching_strategy,
|
batching_strategy=self.args.batching_strategy,
|
||||||
|
seed=self.args.seed,
|
||||||
)
|
)
|
||||||
|
|
||||||
def _shard_model(self) -> None:
|
def _shard_model(self) -> None:
|
||||||
@@ -171,25 +181,35 @@ class BaseTrainer:
|
|||||||
step_loss = 0
|
step_loss = 0
|
||||||
step_valid_tokens = compute_valid_tokens(micro_batches)
|
step_valid_tokens = compute_valid_tokens(micro_batches)
|
||||||
step_valid_tokens = DistributedInterface().all_reduce(step_valid_tokens, op=ReduceOp.SUM)
|
step_valid_tokens = DistributedInterface().all_reduce(step_valid_tokens, op=ReduceOp.SUM)
|
||||||
for micro_batch in micro_batches:
|
num_micro = len(micro_batches)
|
||||||
|
for i, micro_batch in enumerate(micro_batches):
|
||||||
loss = self.compute_loss(micro_batch)
|
loss = self.compute_loss(micro_batch)
|
||||||
mini_step_valid_tokens = compute_valid_tokens([micro_batch])
|
mini_step_valid_tokens = compute_valid_tokens([micro_batch])
|
||||||
# fsdp uses mean reduction so we need to scale the loss by dp_size
|
# fsdp uses mean reduction so we need to scale the loss by dp_size
|
||||||
loss = loss * mini_step_valid_tokens * self.dp_size / (step_valid_tokens + 1e-6)
|
loss = loss * mini_step_valid_tokens * self.dp_size / (step_valid_tokens + 1e-6)
|
||||||
|
|
||||||
loss.backward()
|
if self._deepspeed_engine is not None:
|
||||||
|
# deepspeed: set sync_gradients so engine.step() only fires on last micro-batch
|
||||||
|
self._deepspeed_engine.accelerator.sync_gradients = i == num_micro - 1
|
||||||
|
self._deepspeed_engine.backward(loss)
|
||||||
|
else:
|
||||||
|
loss.backward()
|
||||||
step_loss += loss.item()
|
step_loss += loss.item()
|
||||||
|
|
||||||
grad_norm = torch.nn.utils.clip_grad_norm_(self.model.parameters(), self.args.max_grad_norm).item()
|
if self._deepspeed_engine is not None:
|
||||||
|
# deepspeed: engine.step() already ran inside backward at the sync boundary
|
||||||
# isfinite(): argument 'input' (position 1) must be Tensor, not float
|
grad_norm = self._deepspeed_engine.get_grad_norm()
|
||||||
if not torch.isfinite(torch.tensor(grad_norm)): # type: ignore # pyright: ignore [reportUnknownReturnType]
|
|
||||||
logger.warning_rank0(f"Gradient norm is not finite: {grad_norm}")
|
|
||||||
else:
|
else:
|
||||||
self.optimizer.step()
|
grad_norm = torch.nn.utils.clip_grad_norm_(self.model.parameters(), self.args.max_grad_norm).item()
|
||||||
|
|
||||||
self.lr_scheduler.step()
|
# isfinite(): argument 'input' (position 1) must be Tensor, not float
|
||||||
self.optimizer.zero_grad()
|
if not torch.isfinite(torch.tensor(grad_norm)): # type: ignore # pyright: ignore [reportUnknownReturnType]
|
||||||
|
logger.warning_rank0(f"Gradient norm is not finite: {grad_norm}")
|
||||||
|
else:
|
||||||
|
self.optimizer.step()
|
||||||
|
|
||||||
|
self.lr_scheduler.step()
|
||||||
|
self.optimizer.zero_grad()
|
||||||
|
|
||||||
step_loss, grad_norm = DistributedInterface().all_reduce([step_loss, grad_norm])
|
step_loss, grad_norm = DistributedInterface().all_reduce([step_loss, grad_norm])
|
||||||
DistributedInterface().sync()
|
DistributedInterface().sync()
|
||||||
@@ -203,17 +223,14 @@ class BaseTrainer:
|
|||||||
|
|
||||||
def save_model(self) -> None:
|
def save_model(self) -> None:
|
||||||
"""Save the model."""
|
"""Save the model."""
|
||||||
model_to_save = self.model.module if hasattr(self.model, "module") else self.model
|
if self.args.dist_config is not None and self.args.dist_config.name in ("deepspeed", "fsdp2"):
|
||||||
state_dict = None
|
from ..plugins.trainer_plugins.distributed.hub import DistributedPlugin
|
||||||
if self.args.dist_config is not None and self.args.dist_config.name == "fsdp2":
|
|
||||||
from torch.distributed.checkpoint.state_dict import StateDictOptions, get_model_state_dict
|
|
||||||
|
|
||||||
options = StateDictOptions(full_state_dict=True, cpu_offload=True)
|
DistributedPlugin(self.args.dist_config.name).save_model(
|
||||||
state_dict = get_model_state_dict(self.model, options=options)
|
self.model, self.args.output_dir, self.renderer.processor
|
||||||
|
)
|
||||||
if DistributedInterface().get_rank() != 0:
|
else:
|
||||||
return
|
model_to_save = self.model.module if hasattr(self.model, "module") else self.model
|
||||||
|
model_to_save.save_pretrained(self.args.output_dir, max_shard_size="4GB")
|
||||||
model_to_save.save_pretrained(self.args.output_dir, state_dict=state_dict)
|
self.renderer.processor.save_pretrained(self.args.output_dir, max_shard_size="4GB")
|
||||||
self.renderer.processor.save_pretrained(self.args.output_dir)
|
logger.info_rank0(f"Model saved to {self.args.output_dir}")
|
||||||
logger.info_rank0(f"Model saved to {self.args.output_dir}")
|
|
||||||
|
|||||||
@@ -90,6 +90,26 @@ class ModelEngine:
|
|||||||
Transformers can choose the proper model init context.
|
Transformers can choose the proper model init context.
|
||||||
https://github.com/huggingface/transformers/blob/v5.0.0rc0/src/transformers/modeling_utils.py#L3538
|
https://github.com/huggingface/transformers/blob/v5.0.0rc0/src/transformers/modeling_utils.py#L3538
|
||||||
"""
|
"""
|
||||||
|
if self.args.init_config is not None:
|
||||||
|
from ..plugins.model_plugins.initialization import InitPlugin
|
||||||
|
|
||||||
|
init_device = InitPlugin(self.args.init_config.name)()
|
||||||
|
else:
|
||||||
|
init_device = DistributedInterface().current_device
|
||||||
|
|
||||||
|
init_kwargs = {"device_map": init_device}
|
||||||
|
|
||||||
|
if self.args.quant_config is not None:
|
||||||
|
from ..plugins.model_plugins.quantization import QuantizationPlugin
|
||||||
|
|
||||||
|
init_kwargs = QuantizationPlugin(self.args.quant_config.name)(
|
||||||
|
init_kwargs=init_kwargs,
|
||||||
|
config=self.model_config,
|
||||||
|
tokenizer=self.processor,
|
||||||
|
model_args=self.args,
|
||||||
|
is_trainable=self.is_train,
|
||||||
|
)
|
||||||
|
|
||||||
if self.args.model_class == ModelClass.LLM:
|
if self.args.model_class == ModelClass.LLM:
|
||||||
from transformers import AutoModelForCausalLM, AutoModelForImageTextToText
|
from transformers import AutoModelForCausalLM, AutoModelForImageTextToText
|
||||||
|
|
||||||
@@ -107,14 +127,8 @@ class ModelEngine:
|
|||||||
|
|
||||||
AutoClass = AutoModel
|
AutoClass = AutoModel
|
||||||
|
|
||||||
if self.args.init_config is not None:
|
|
||||||
from ..plugins.model_plugins.initialization import InitPlugin
|
|
||||||
|
|
||||||
init_device = InitPlugin(self.args.init_config.name)()
|
|
||||||
else:
|
|
||||||
init_device = DistributedInterface().current_device
|
|
||||||
|
|
||||||
if init_device.type == DeviceType.META:
|
if init_device.type == DeviceType.META:
|
||||||
|
assert self.args.quant_config is None, "Quantization is not supported with meta device."
|
||||||
with init_empty_weights():
|
with init_empty_weights():
|
||||||
model = AutoClass.from_config(self.model_config)
|
model = AutoClass.from_config(self.model_config)
|
||||||
else:
|
else:
|
||||||
@@ -122,8 +136,8 @@ class ModelEngine:
|
|||||||
self.args.model,
|
self.args.model,
|
||||||
config=self.model_config,
|
config=self.model_config,
|
||||||
dtype="auto",
|
dtype="auto",
|
||||||
device_map=init_device,
|
|
||||||
trust_remote_code=self.args.trust_remote_code,
|
trust_remote_code=self.args.trust_remote_code,
|
||||||
|
**init_kwargs,
|
||||||
)
|
)
|
||||||
|
|
||||||
if self.args.peft_config is None:
|
if self.args.peft_config is None:
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
from collections.abc import Iterator
|
from collections.abc import Iterator
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
|
import torch
|
||||||
from torch.utils.data import default_collate
|
from torch.utils.data import default_collate
|
||||||
from torchdata.stateful_dataloader import StatefulDataLoader
|
from torchdata.stateful_dataloader import StatefulDataLoader
|
||||||
from torchdata.stateful_dataloader.sampler import StatefulDistributedSampler
|
from torchdata.stateful_dataloader.sampler import StatefulDistributedSampler
|
||||||
@@ -71,6 +72,7 @@ class BatchGenerator(Iterator):
|
|||||||
batching_strategy: BatchingStrategy = BatchingStrategy.NORMAL,
|
batching_strategy: BatchingStrategy = BatchingStrategy.NORMAL,
|
||||||
pin_memory: bool = True,
|
pin_memory: bool = True,
|
||||||
drop_last: bool = True,
|
drop_last: bool = True,
|
||||||
|
seed: int = 42,
|
||||||
) -> None:
|
) -> None:
|
||||||
self.dataset = dataset
|
self.dataset = dataset
|
||||||
self.renderer = renderer
|
self.renderer = renderer
|
||||||
@@ -82,6 +84,7 @@ class BatchGenerator(Iterator):
|
|||||||
self.batching_strategy = batching_strategy
|
self.batching_strategy = batching_strategy
|
||||||
self.pin_memory = pin_memory
|
self.pin_memory = pin_memory
|
||||||
self.drop_last = drop_last
|
self.drop_last = drop_last
|
||||||
|
self.seed = seed
|
||||||
# TODO: support length and infinity
|
# TODO: support length and infinity
|
||||||
dp_size = DistributedInterface().get_world_size(Dim.DP)
|
dp_size = DistributedInterface().get_world_size(Dim.DP)
|
||||||
|
|
||||||
@@ -128,12 +131,15 @@ class BatchGenerator(Iterator):
|
|||||||
num_replicas=DistributedInterface().get_world_size(Dim.DP),
|
num_replicas=DistributedInterface().get_world_size(Dim.DP),
|
||||||
rank=DistributedInterface().get_rank(Dim.DP),
|
rank=DistributedInterface().get_rank(Dim.DP),
|
||||||
shuffle=True,
|
shuffle=True,
|
||||||
seed=0,
|
seed=self.seed,
|
||||||
drop_last=self.drop_last,
|
drop_last=self.drop_last,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
raise NotImplementedError("Iterable dataset is not supported yet.")
|
raise NotImplementedError("Iterable dataset is not supported yet.")
|
||||||
|
|
||||||
|
generato_seed = torch.Generator()
|
||||||
|
generato_seed.manual_seed(self.seed)
|
||||||
|
|
||||||
self._data_provider = StatefulDataLoader(
|
self._data_provider = StatefulDataLoader(
|
||||||
self.dataset,
|
self.dataset,
|
||||||
batch_size=self.micro_batch_size * self.num_micro_batch,
|
batch_size=self.micro_batch_size * self.num_micro_batch,
|
||||||
@@ -143,6 +149,7 @@ class BatchGenerator(Iterator):
|
|||||||
pin_memory=self.pin_memory,
|
pin_memory=self.pin_memory,
|
||||||
pin_memory_device=DistributedInterface().current_device.type,
|
pin_memory_device=DistributedInterface().current_device.type,
|
||||||
drop_last=self.drop_last,
|
drop_last=self.drop_last,
|
||||||
|
generator=generato_seed,
|
||||||
)
|
)
|
||||||
if self.batching_strategy == BatchingStrategy.NORMAL:
|
if self.batching_strategy == BatchingStrategy.NORMAL:
|
||||||
self._length = len(self._data_provider)
|
self._length = len(self._data_provider)
|
||||||
|
|||||||
@@ -0,0 +1,122 @@
|
|||||||
|
# Copyright 2025 HuggingFace Inc., the KVCache.AI team, Approaching AI, and the LlamaFactory team.
|
||||||
|
#
|
||||||
|
# This code is inspired by the HuggingFace's transformers library.
|
||||||
|
# https://github.com/huggingface/transformers/blob/v4.40.0/examples/pytorch/language-modeling/run_clm.py
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
from typing import TYPE_CHECKING, Any
|
||||||
|
|
||||||
|
import torch
|
||||||
|
from transformers import BitsAndBytesConfig
|
||||||
|
|
||||||
|
from ...accelerator.helper import get_current_device
|
||||||
|
from ...config.model_args import ModelArguments
|
||||||
|
from ...utils import logging
|
||||||
|
from ...utils.packages import check_version
|
||||||
|
from ...utils.plugin import BasePlugin
|
||||||
|
|
||||||
|
|
||||||
|
if TYPE_CHECKING:
|
||||||
|
from transformers import PretrainedConfig, PreTrainedTokenizer
|
||||||
|
|
||||||
|
logger = logging.get_logger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
class QuantizationPlugin(BasePlugin):
|
||||||
|
r"""Plugin for model quantization."""
|
||||||
|
|
||||||
|
def __call__(
|
||||||
|
self,
|
||||||
|
init_kwargs: dict[str, Any] = None,
|
||||||
|
config: "PretrainedConfig" = None,
|
||||||
|
tokenizer: "PreTrainedTokenizer" = None,
|
||||||
|
model_args: "ModelArguments" = None,
|
||||||
|
is_trainable: bool = False,
|
||||||
|
) -> dict[str, Any]:
|
||||||
|
return super().__call__(
|
||||||
|
init_kwargs, config=config, tokenizer=tokenizer, model_args=model_args, is_trainable=is_trainable
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@QuantizationPlugin("auto").register()
|
||||||
|
def quantization_auto(
|
||||||
|
init_kwargs: dict[str, Any],
|
||||||
|
**kwargs,
|
||||||
|
) -> dict[str, Any]:
|
||||||
|
"""Automatic quantization selection, only support bnb currently.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
init_kwargs (dict[str, Any]): The kwargs for model initialization.
|
||||||
|
**kwargs: Keyword arguments containing the model.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
dict[str, Any]: The updated kwargs for model initialization.
|
||||||
|
"""
|
||||||
|
model_args: ModelArguments = kwargs.get("model_args", None)
|
||||||
|
quant_config = model_args.quant_config
|
||||||
|
|
||||||
|
quantization_bit = quant_config.get("quantization_bit", None)
|
||||||
|
if quantization_bit is not None:
|
||||||
|
logger.info_rank0(f"Loading {quantization_bit}-bit quantized model.")
|
||||||
|
if quantization_bit in [8, 4]:
|
||||||
|
return quantization_with_bnb(init_kwargs, **kwargs)
|
||||||
|
else:
|
||||||
|
raise ValueError(f"Unsupported quantization bit: {quantization_bit} for auto quantization.")
|
||||||
|
logger.warning_rank0("No quantization method applied.")
|
||||||
|
return init_kwargs
|
||||||
|
|
||||||
|
|
||||||
|
@QuantizationPlugin("bnb").register()
|
||||||
|
def quantization_with_bnb(
|
||||||
|
init_kwargs: dict[str, Any],
|
||||||
|
model_args: "ModelArguments" = None,
|
||||||
|
**kwargs,
|
||||||
|
) -> dict[str, Any]:
|
||||||
|
r"""Quantization with BNB."""
|
||||||
|
logger.info_rank0("Using Bitsandbytes quantization.")
|
||||||
|
quantization_bit = model_args.quant_config.get("quantization_bit", None)
|
||||||
|
if quantization_bit is None:
|
||||||
|
logger.warning_rank0("quantization_bit is not specified, default to 8-bit quantization.")
|
||||||
|
quantization_bit = 4
|
||||||
|
assert quantization_bit in [8, 4], "Bitsandbytes only accepts 4-bit or 8-bit quantization."
|
||||||
|
if quantization_bit == 8:
|
||||||
|
check_version("bitsandbytes>=0.37.0", mandatory=True)
|
||||||
|
init_kwargs["quantization_config"] = BitsAndBytesConfig(load_in_8bit=True)
|
||||||
|
elif quantization_bit == 4:
|
||||||
|
check_version("bitsandbytes>=0.39.0", mandatory=True)
|
||||||
|
init_kwargs["quantization_config"] = BitsAndBytesConfig(
|
||||||
|
load_in_4bit=True,
|
||||||
|
bnb_4bit_compute_dtype=model_args.quant_config.get("compute_dtype", torch.float16),
|
||||||
|
bnb_4bit_use_double_quant=model_args.quant_config.get("double_quantization", True),
|
||||||
|
bnb_4bit_quant_type=model_args.quant_config.get("quantization_type", "nf4"),
|
||||||
|
bnb_4bit_quant_storage=model_args.quant_config.get(
|
||||||
|
"compute_dtype", torch.float16
|
||||||
|
), # crucial for fsdp+qlora
|
||||||
|
)
|
||||||
|
else:
|
||||||
|
raise ValueError("Bitsandbytes only accepts 4-bit or 8-bit quantization.")
|
||||||
|
|
||||||
|
# TODO: improve deepspeed zero3 and fsdp detection.
|
||||||
|
if kwargs.get("is_trainable", False):
|
||||||
|
logger.info_rank0("Detected inference mode, setting device_map for bitsandbytes quantization.")
|
||||||
|
init_kwargs["device_map"] = {"": get_current_device()} # change auto device map for inference
|
||||||
|
else:
|
||||||
|
logger.info_rank0("Detected training mode, skip setting device_map for bitsandbytes quantization.")
|
||||||
|
if model_args.quant_config.get("quantization_bit") != 4:
|
||||||
|
raise ValueError("Only 4-bit quantized model can use fsdp+qlora or auto device map.")
|
||||||
|
|
||||||
|
check_version("bitsandbytes>=0.43.0", mandatory=True)
|
||||||
|
|
||||||
|
logger.info_rank0(f"Quantizing model to {model_args.quant_config.get('quantization_bit')} bit with bitsandbytes.")
|
||||||
|
return init_kwargs
|
||||||
|
|||||||
@@ -0,0 +1,129 @@
|
|||||||
|
# Copyright 2025 the LlamaFactory team.
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
"""DeepSpeed integration via accelerate's built-in capabilities.
|
||||||
|
|
||||||
|
Instead of manually calling deepspeed.initialize() and syncing config,
|
||||||
|
this module leverages accelerate's Accelerator + DeepSpeedPlugin to handle
|
||||||
|
initialization, backward, gradient accumulation, and model saving.
|
||||||
|
"""
|
||||||
|
|
||||||
|
from typing import Any, Optional
|
||||||
|
|
||||||
|
import torch
|
||||||
|
from accelerate import Accelerator
|
||||||
|
from accelerate.utils import DeepSpeedPlugin
|
||||||
|
|
||||||
|
from ....utils.logging import get_logger
|
||||||
|
from ....utils.types import HFModel, Processor
|
||||||
|
|
||||||
|
|
||||||
|
logger = get_logger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
class DeepSpeedEngine:
|
||||||
|
"""DeepSpeed integration using accelerate's built-in capabilities.
|
||||||
|
|
||||||
|
This replaces the manual DeepSpeedConfigHelper / DeepSpeedEngine approach
|
||||||
|
with accelerate's Accelerator + DeepSpeedPlugin, which handles:
|
||||||
|
- Config syncing (auto values, batch size, lr, etc.)
|
||||||
|
- deepspeed.initialize() call
|
||||||
|
- Optimizer / LR scheduler wrapping
|
||||||
|
- Backward + gradient accumulation boundary
|
||||||
|
- ZeRO-3 parameter gathering for saving
|
||||||
|
"""
|
||||||
|
|
||||||
|
def __init__(self, dist_config: dict[str, Any], num_micro_batch: int = 1, micro_batch_size: int = 1):
|
||||||
|
config_file = dist_config.get("config_file")
|
||||||
|
if not config_file:
|
||||||
|
raise ValueError("DeepSpeed config_file is required in dist_config")
|
||||||
|
|
||||||
|
ds_plugin = DeepSpeedPlugin(hf_ds_config=config_file)
|
||||||
|
|
||||||
|
self.accelerator = Accelerator(
|
||||||
|
deepspeed_plugin=ds_plugin,
|
||||||
|
gradient_accumulation_steps=num_micro_batch,
|
||||||
|
)
|
||||||
|
|
||||||
|
# Resolve "auto" for train_micro_batch_size_per_gpu so that
|
||||||
|
# accelerate.prepare() does not require a DataLoader to infer it.
|
||||||
|
ds_config = self.accelerator.state.deepspeed_plugin.deepspeed_config
|
||||||
|
if ds_config.get("train_micro_batch_size_per_gpu") in (None, "auto"):
|
||||||
|
ds_config["train_micro_batch_size_per_gpu"] = micro_batch_size
|
||||||
|
|
||||||
|
logger.info_rank0(f"DeepSpeedEngine initialized with config: {config_file}")
|
||||||
|
|
||||||
|
def shard_model(self, model: HFModel) -> "DeepSpeedEngine":
|
||||||
|
"""No-op shard — actual model wrapping happens in prepare().
|
||||||
|
|
||||||
|
Returns self so the caller gets the engine instance via the hub interface.
|
||||||
|
"""
|
||||||
|
return self
|
||||||
|
|
||||||
|
def prepare(
|
||||||
|
self,
|
||||||
|
model: HFModel,
|
||||||
|
optimizer: torch.optim.Optimizer,
|
||||||
|
lr_scheduler: Optional[Any] = None,
|
||||||
|
) -> tuple[HFModel, torch.optim.Optimizer, Any]:
|
||||||
|
"""Prepare model, optimizer, and lr_scheduler using accelerate.
|
||||||
|
|
||||||
|
Internally calls deepspeed.initialize() and wraps the returned objects.
|
||||||
|
"""
|
||||||
|
if lr_scheduler is not None:
|
||||||
|
model, optimizer, lr_scheduler = self.accelerator.prepare(model, optimizer, lr_scheduler)
|
||||||
|
else:
|
||||||
|
model, optimizer = self.accelerator.prepare(model, optimizer)
|
||||||
|
|
||||||
|
model._accelerator = self.accelerator # type: ignore[assignment]
|
||||||
|
|
||||||
|
logger.info_rank0("Model, optimizer, and lr_scheduler prepared via accelerate")
|
||||||
|
return model, optimizer, lr_scheduler
|
||||||
|
|
||||||
|
def backward(self, loss: torch.Tensor) -> None:
|
||||||
|
"""Backward pass using accelerate.
|
||||||
|
|
||||||
|
Delegates to DeepSpeedEngineWrapper.backward() which respects
|
||||||
|
sync_gradients to control gradient accumulation boundaries.
|
||||||
|
When sync_gradients=True: engine.backward(loss) + engine.step()
|
||||||
|
When sync_gradients=False: engine.backward(loss) only
|
||||||
|
"""
|
||||||
|
self.accelerator.backward(loss)
|
||||||
|
|
||||||
|
def get_grad_norm(self) -> float:
|
||||||
|
"""Get the global gradient norm from the DeepSpeed engine."""
|
||||||
|
engine_wrapper = getattr(self.accelerator, "deepspeed_engine_wrapped", None)
|
||||||
|
if engine_wrapper is not None:
|
||||||
|
return engine_wrapper.engine.get_global_grad_norm() or 0.0
|
||||||
|
return 0.0
|
||||||
|
|
||||||
|
|
||||||
|
def save_model(model: HFModel, output_dir: str, processor: Processor) -> None:
|
||||||
|
"""Save model using accelerate's built-in ZeRO-aware utilities.
|
||||||
|
|
||||||
|
Expects model._accelerator to be set during prepare().
|
||||||
|
Handles ZeRO-3 parameter gathering automatically via
|
||||||
|
accelerator.get_state_dict().
|
||||||
|
"""
|
||||||
|
accelerator: Accelerator = model._accelerator # type: ignore[union-attr]
|
||||||
|
|
||||||
|
unwrapped_model = accelerator.unwrap_model(model)
|
||||||
|
state_dict = accelerator.get_state_dict(model)
|
||||||
|
|
||||||
|
if accelerator.is_main_process:
|
||||||
|
unwrapped_model.save_pretrained(output_dir, state_dict=state_dict, max_shard_size="4GB")
|
||||||
|
processor.save_pretrained(output_dir, max_shard_size="4GB")
|
||||||
|
|
||||||
|
accelerator.wait_for_everyone()
|
||||||
|
logger.info_rank0(f"Model saved to {output_dir}")
|
||||||
|
|||||||
@@ -17,24 +17,24 @@ import os
|
|||||||
|
|
||||||
import torch
|
import torch
|
||||||
import torch.nn as nn
|
import torch.nn as nn
|
||||||
|
from peft.tuners.lora import LoraLayer
|
||||||
from torch.distributed.checkpoint.state_dict import StateDictOptions, get_model_state_dict, set_model_state_dict
|
from torch.distributed.checkpoint.state_dict import StateDictOptions, get_model_state_dict, set_model_state_dict
|
||||||
from torch.distributed.fsdp import (
|
from torch.distributed.fsdp import (
|
||||||
CPUOffloadPolicy,
|
CPUOffloadPolicy,
|
||||||
MixedPrecisionPolicy,
|
MixedPrecisionPolicy,
|
||||||
fully_shard,
|
fully_shard,
|
||||||
)
|
)
|
||||||
from transformers import PreTrainedModel
|
|
||||||
from peft.tuners.lora import LoraLayer
|
|
||||||
|
|
||||||
from ....accelerator.helper import get_current_accelerator
|
from ....accelerator.helper import get_current_accelerator
|
||||||
from ....accelerator.interface import DistributedInterface
|
from ....accelerator.interface import DistributedInterface
|
||||||
from ....utils.logging import get_logger
|
from ....utils.logging import get_logger
|
||||||
|
from ....utils.types import HFModel, Processor
|
||||||
|
|
||||||
|
|
||||||
logger = get_logger(__name__)
|
logger = get_logger(__name__)
|
||||||
|
|
||||||
|
|
||||||
def get_transformer_layer_cls(model: PreTrainedModel) -> type[nn.Module] | None:
|
def get_transformer_layer_cls(model: HFModel) -> type[nn.Module] | None:
|
||||||
no_split_modules = getattr(model, "_no_split_modules", None)
|
no_split_modules = getattr(model, "_no_split_modules", None)
|
||||||
if no_split_modules:
|
if no_split_modules:
|
||||||
if isinstance(no_split_modules, (list, tuple)):
|
if isinstance(no_split_modules, (list, tuple)):
|
||||||
@@ -50,6 +50,20 @@ def get_transformer_layer_cls(model: PreTrainedModel) -> type[nn.Module] | None:
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
def save_model(model: HFModel, output_dir: str, processor: Processor) -> None:
|
||||||
|
if DistributedInterface().get_rank() == 0:
|
||||||
|
logger.info("Gathering state dict for saving...")
|
||||||
|
|
||||||
|
options = StateDictOptions(full_state_dict=True, cpu_offload=True)
|
||||||
|
state_dict = get_model_state_dict(model, options=options)
|
||||||
|
|
||||||
|
if DistributedInterface().get_rank() == 0:
|
||||||
|
model_to_save = model.module if hasattr(model, "module") else model
|
||||||
|
model_to_save.save_pretrained(output_dir, state_dict=state_dict, max_shard_size="4GB")
|
||||||
|
processor.save_pretrained(output_dir, max_shard_size="4GB")
|
||||||
|
logger.info(f"Model saved to {output_dir}")
|
||||||
|
|
||||||
|
|
||||||
class FSDP2Engine:
|
class FSDP2Engine:
|
||||||
def __init__(self, dist_config: dict):
|
def __init__(self, dist_config: dict):
|
||||||
self.dist_interface = DistributedInterface()
|
self.dist_interface = DistributedInterface()
|
||||||
@@ -94,12 +108,11 @@ class FSDP2Engine:
|
|||||||
reduce_dtype=reduce_dtype,
|
reduce_dtype=reduce_dtype,
|
||||||
cast_forward_inputs=True,
|
cast_forward_inputs=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def is_lora_module_wrap(self, model) -> bool:
|
def is_lora_module_wrap(self, model) -> bool:
|
||||||
return any(isinstance(module, LoraLayer) for module in model.modules())
|
return any(isinstance(module, LoraLayer) for module in model.modules())
|
||||||
|
|
||||||
def prepare_model(self, model: PreTrainedModel) -> PreTrainedModel:
|
def prepare_model(self, model: HFModel) -> HFModel:
|
||||||
if self.fsdp_mesh is None:
|
if self.fsdp_mesh is None:
|
||||||
logger.warning("No FSDP Mesh available, skipping FSDP wrapping.")
|
logger.warning("No FSDP Mesh available, skipping FSDP wrapping.")
|
||||||
return model
|
return model
|
||||||
@@ -115,11 +128,10 @@ class FSDP2Engine:
|
|||||||
else:
|
else:
|
||||||
logger.info(f"Applying per-layer FSDP to {layer_cls.__name__}")
|
logger.info(f"Applying per-layer FSDP to {layer_cls.__name__}")
|
||||||
transformer_layer_cls_to_wrap = {layer_cls}
|
transformer_layer_cls_to_wrap = {layer_cls}
|
||||||
|
|
||||||
if self.is_lora_module_wrap(model):
|
if self.is_lora_module_wrap(model):
|
||||||
lora_modules = []
|
lora_modules = []
|
||||||
for module in model.modules():
|
for module in model.modules():
|
||||||
|
|
||||||
if len(list(module.children())) != 0:
|
if len(list(module.children())) != 0:
|
||||||
continue
|
continue
|
||||||
if any(param.requires_grad for param in module.parameters(recurse=False)):
|
if any(param.requires_grad for param in module.parameters(recurse=False)):
|
||||||
@@ -134,7 +146,7 @@ class FSDP2Engine:
|
|||||||
offload_policy=CPUOffloadPolicy(pin_memory=self.pin_memory) if self.offload_params else None,
|
offload_policy=CPUOffloadPolicy(pin_memory=self.pin_memory) if self.offload_params else None,
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.info(f"Applying FSDP wrap for LoRA layer separately.")
|
logger.info("Applying FSDP wrap for LoRA layer separately.")
|
||||||
|
|
||||||
for name, module in model.named_modules():
|
for name, module in model.named_modules():
|
||||||
should_wrap = False
|
should_wrap = False
|
||||||
@@ -154,12 +166,11 @@ class FSDP2Engine:
|
|||||||
offload_policy=CPUOffloadPolicy(pin_memory=self.pin_memory) if self.offload_params else None,
|
offload_policy=CPUOffloadPolicy(pin_memory=self.pin_memory) if self.offload_params else None,
|
||||||
)
|
)
|
||||||
|
|
||||||
use_gradient_checkpointing = True # Could be configurable
|
# BaseTrainer is the single source of truth for gradient checkpointing.
|
||||||
if use_gradient_checkpointing:
|
# FSDP2 only applies the input-grad compatibility hook when checkpointing is already enabled.
|
||||||
|
if getattr(model, "is_gradient_checkpointing", False):
|
||||||
if self.rank == 0:
|
if self.rank == 0:
|
||||||
logger.info("Enabling gradient checkpointing (transformers native)...")
|
logger.info("Gradient checkpointing is enabled. Applying FSDP2 input grad preparation.")
|
||||||
|
|
||||||
model.gradient_checkpointing_enable(gradient_checkpointing_kwargs={"use_reentrant": False})
|
|
||||||
|
|
||||||
if hasattr(model, "enable_input_require_grads"):
|
if hasattr(model, "enable_input_require_grads"):
|
||||||
model.enable_input_require_grads()
|
model.enable_input_require_grads()
|
||||||
@@ -179,8 +190,9 @@ class FSDP2Engine:
|
|||||||
)
|
)
|
||||||
|
|
||||||
return model
|
return model
|
||||||
|
|
||||||
@torch.no_grad()
|
@torch.no_grad()
|
||||||
def materialize_and_load(self, model: PreTrainedModel, hf_model_path: str, dcp_path: str = None):
|
def materialize_and_load(self, model: HFModel, hf_model_path: str, dcp_path: str = None):
|
||||||
if self.rank == 0:
|
if self.rank == 0:
|
||||||
logger.info("Materializing sharded model params...")
|
logger.info("Materializing sharded model params...")
|
||||||
|
|
||||||
@@ -200,7 +212,7 @@ class FSDP2Engine:
|
|||||||
|
|
||||||
return model
|
return model
|
||||||
|
|
||||||
def shard_model(self, model: PreTrainedModel) -> PreTrainedModel:
|
def shard_model(self, model: HFModel) -> HFModel:
|
||||||
if model.device.type == "meta":
|
if model.device.type == "meta":
|
||||||
model = self.prepare_model(model)
|
model = self.prepare_model(model)
|
||||||
model = self.materialize_and_load(model, hf_model_path=model.config.name_or_path, dcp_path=self.dcp_path)
|
model = self.materialize_and_load(model, hf_model_path=model.config.name_or_path, dcp_path=self.dcp_path)
|
||||||
@@ -208,7 +220,7 @@ class FSDP2Engine:
|
|||||||
model = self.prepare_model(model)
|
model = self.prepare_model(model)
|
||||||
return model
|
return model
|
||||||
|
|
||||||
def _load_from_dcp(self, model: PreTrainedModel, dcp_path: str):
|
def _load_from_dcp(self, model: HFModel, dcp_path: str):
|
||||||
import torch.distributed.checkpoint as dcp
|
import torch.distributed.checkpoint as dcp
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -227,7 +239,7 @@ class FSDP2Engine:
|
|||||||
logger.error(f"Failed to load from DCP: {e}")
|
logger.error(f"Failed to load from DCP: {e}")
|
||||||
raise e
|
raise e
|
||||||
|
|
||||||
def _load_weights_from_hf_checkpoint(self, model, hf_model_path):
|
def _load_weights_from_hf_checkpoint(self, model: HFModel, hf_model_path: str):
|
||||||
import glob
|
import glob
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
|||||||
@@ -12,9 +12,16 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
from ....config.arg_utils import PluginConfig
|
from ....config.arg_utils import PluginConfig
|
||||||
from ....utils.plugin import BasePlugin
|
from ....utils.plugin import BasePlugin
|
||||||
from ....utils.types import HFModel
|
|
||||||
|
|
||||||
|
if TYPE_CHECKING:
|
||||||
|
from ....utils.types import HFModel, Processor
|
||||||
|
|
||||||
|
|
||||||
class DistributedPlugin(BasePlugin):
|
class DistributedPlugin(BasePlugin):
|
||||||
@@ -23,12 +30,32 @@ class DistributedPlugin(BasePlugin):
|
|||||||
|
|
||||||
|
|
||||||
@DistributedPlugin("fsdp2").register()
|
@DistributedPlugin("fsdp2").register()
|
||||||
def shard_model_fsdp2(model: HFModel, dist_config: PluginConfig) -> HFModel:
|
def shard_model_fsdp2(model: HFModel, dist_config: PluginConfig, **kwargs) -> HFModel:
|
||||||
from .fsdp2 import FSDP2Engine
|
from .fsdp2 import FSDP2Engine
|
||||||
|
|
||||||
return FSDP2Engine(dist_config).shard_model(model)
|
return FSDP2Engine(dist_config).shard_model(model)
|
||||||
|
|
||||||
|
|
||||||
|
@DistributedPlugin("fsdp2").register("save_model")
|
||||||
|
def save_model_fsdp2(model: HFModel, output_dir: str, processor: Processor) -> None:
|
||||||
|
from .fsdp2 import save_model
|
||||||
|
|
||||||
|
return save_model(model, output_dir, processor)
|
||||||
|
|
||||||
|
|
||||||
@DistributedPlugin("deepspeed").register()
|
@DistributedPlugin("deepspeed").register()
|
||||||
def shard_model_deepspeed(model: HFModel, dist_config: PluginConfig) -> HFModel:
|
def shard_model_deepspeed(model: HFModel, dist_config: PluginConfig, **kwargs) -> HFModel:
|
||||||
return model
|
from .deepspeed import DeepSpeedEngine
|
||||||
|
|
||||||
|
return DeepSpeedEngine(
|
||||||
|
dist_config,
|
||||||
|
num_micro_batch=kwargs.get("num_micro_batch"),
|
||||||
|
micro_batch_size=kwargs.get("micro_batch_size"),
|
||||||
|
).shard_model(model)
|
||||||
|
|
||||||
|
|
||||||
|
@DistributedPlugin("deepspeed").register("save_model")
|
||||||
|
def save_model_deepspeed(model: HFModel, output_dir: str, processor: Processor) -> None:
|
||||||
|
from .deepspeed import save_model
|
||||||
|
|
||||||
|
return save_model(model, output_dir, processor)
|
||||||
|
|||||||
@@ -15,12 +15,22 @@
|
|||||||
|
|
||||||
import torch
|
import torch
|
||||||
from transformers import PreTrainedTokenizer
|
from transformers import PreTrainedTokenizer
|
||||||
|
from transformers import set_seed as hf_set_seed
|
||||||
|
|
||||||
from ..accelerator.interface import DistributedInterface
|
from ..accelerator.interface import DistributedInterface
|
||||||
from .constants import IGNORE_INDEX
|
from .constants import IGNORE_INDEX
|
||||||
from .types import BatchInput, ModelInput, Processor, Tensor
|
from .types import BatchInput, ModelInput, Processor, Tensor
|
||||||
|
|
||||||
|
|
||||||
|
def set_seed(seed: int) -> None:
|
||||||
|
"""Set seed for reproducibility.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
seed: Random seed.
|
||||||
|
"""
|
||||||
|
hf_set_seed(seed)
|
||||||
|
|
||||||
|
|
||||||
def is_tokenizer(processor: Processor) -> bool:
|
def is_tokenizer(processor: Processor) -> bool:
|
||||||
"""Check if processor is tokenizer.
|
"""Check if processor is tokenizer.
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,13 @@ from functools import lru_cache
|
|||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
from packaging import version
|
from packaging import version
|
||||||
|
from transformers.utils.versions import require_version
|
||||||
|
|
||||||
|
from . import logging
|
||||||
|
from .env import is_env_enabled
|
||||||
|
|
||||||
|
|
||||||
|
logger = logging.get_logger(__name__)
|
||||||
|
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
@@ -41,3 +48,22 @@ def _get_package_version(name: str) -> "Version":
|
|||||||
@lru_cache
|
@lru_cache
|
||||||
def is_transformers_version_greater_than(content: str):
|
def is_transformers_version_greater_than(content: str):
|
||||||
return _get_package_version("transformers") >= version.parse(content)
|
return _get_package_version("transformers") >= version.parse(content)
|
||||||
|
|
||||||
|
|
||||||
|
def check_version(requirement: str, mandatory: bool = False) -> None:
|
||||||
|
r"""Optionally check the package version."""
|
||||||
|
if is_env_enabled("DISABLE_VERSION_CHECK") and not mandatory:
|
||||||
|
logger.warning_rank0_once("Version checking has been disabled, may lead to unexpected behaviors.")
|
||||||
|
return
|
||||||
|
|
||||||
|
if "gptqmodel" in requirement or "autoawq" in requirement:
|
||||||
|
pip_command = f"pip install {requirement} --no-build-isolation"
|
||||||
|
else:
|
||||||
|
pip_command = f"pip install {requirement}"
|
||||||
|
|
||||||
|
if mandatory:
|
||||||
|
hint = f"To fix: run `{pip_command}`."
|
||||||
|
else:
|
||||||
|
hint = f"To fix: run `{pip_command}` or set `DISABLE_VERSION_CHECK=1` to skip this check."
|
||||||
|
|
||||||
|
require_version(requirement, hint)
|
||||||
|
|||||||
@@ -108,11 +108,26 @@ def create_train_tab(engine: "Engine") -> dict[str, "Component"]:
|
|||||||
with gr.Column():
|
with gr.Column():
|
||||||
enable_thinking = gr.Checkbox(value=True)
|
enable_thinking = gr.Checkbox(value=True)
|
||||||
report_to = gr.Dropdown(
|
report_to = gr.Dropdown(
|
||||||
choices=["none", "wandb", "mlflow", "neptune", "tensorboard", "all"],
|
choices=["none", "wandb", "mlflow", "neptune", "tensorboard", "trackio", "all"],
|
||||||
value="none",
|
value="none",
|
||||||
allow_custom_value=True,
|
allow_custom_value=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
with gr.Accordion("Trackio Settings", open=False):
|
||||||
|
project = gr.Textbox(
|
||||||
|
value="huggingface",
|
||||||
|
label="Project Name",
|
||||||
|
info="Project name for experiment tracking (used by Trackio, W&B, etc.)",
|
||||||
|
)
|
||||||
|
|
||||||
|
trackio_space_id = gr.Textbox(
|
||||||
|
value="trackio", label="Trackio Space ID", info="Hugging Face Space ID for Trackio deployment"
|
||||||
|
)
|
||||||
|
|
||||||
|
hub_private_repo = gr.Checkbox(
|
||||||
|
value=False, label="Private Repository", info="Make the Hugging Face repository private"
|
||||||
|
)
|
||||||
|
|
||||||
input_elems.update(
|
input_elems.update(
|
||||||
{
|
{
|
||||||
logging_steps,
|
logging_steps,
|
||||||
@@ -128,6 +143,9 @@ def create_train_tab(engine: "Engine") -> dict[str, "Component"]:
|
|||||||
use_llama_pro,
|
use_llama_pro,
|
||||||
enable_thinking,
|
enable_thinking,
|
||||||
report_to,
|
report_to,
|
||||||
|
project,
|
||||||
|
trackio_space_id,
|
||||||
|
hub_private_repo,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
elem_dict.update(
|
elem_dict.update(
|
||||||
@@ -146,6 +164,9 @@ def create_train_tab(engine: "Engine") -> dict[str, "Component"]:
|
|||||||
use_llama_pro=use_llama_pro,
|
use_llama_pro=use_llama_pro,
|
||||||
enable_thinking=enable_thinking,
|
enable_thinking=enable_thinking,
|
||||||
report_to=report_to,
|
report_to=report_to,
|
||||||
|
project=project,
|
||||||
|
trackio_space_id=trackio_space_id,
|
||||||
|
hub_private_repo=hub_private_repo,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -166,3 +166,33 @@ def _manage_distributed_env(request: FixtureRequest, monkeypatch: MonkeyPatch) -
|
|||||||
def fix_valuehead_cpu_loading():
|
def fix_valuehead_cpu_loading():
|
||||||
"""Fix valuehead model loading."""
|
"""Fix valuehead model loading."""
|
||||||
patch_valuehead_model()
|
patch_valuehead_model()
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture(scope="session", autouse=True)
|
||||||
|
def bypass_mistral_regex_check():
|
||||||
|
"""Disable Mistral regex network check.
|
||||||
|
|
||||||
|
Monkey-patch TokenizersBackend._patch_mistral_regex into a no-op.
|
||||||
|
"""
|
||||||
|
try:
|
||||||
|
from transformers.tokenization_utils_fast import TokenizersBackend
|
||||||
|
except ImportError:
|
||||||
|
# Very old transformers, nothing to patch
|
||||||
|
yield
|
||||||
|
return
|
||||||
|
|
||||||
|
if not hasattr(TokenizersBackend, "_patch_mistral_regex"):
|
||||||
|
# Method does not exist in this version
|
||||||
|
yield
|
||||||
|
return
|
||||||
|
|
||||||
|
# Backup original method
|
||||||
|
original = TokenizersBackend._patch_mistral_regex
|
||||||
|
|
||||||
|
# Replace with no-op
|
||||||
|
TokenizersBackend._patch_mistral_regex = lambda cls, tokenizer, *args, **kwargs: tokenizer
|
||||||
|
|
||||||
|
yield
|
||||||
|
|
||||||
|
# Restore original method
|
||||||
|
TokenizersBackend._patch_mistral_regex = original
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ from transformers import AutoConfig, AutoModelForImageTextToText
|
|||||||
from llamafactory.data import get_template_and_fix_tokenizer
|
from llamafactory.data import get_template_and_fix_tokenizer
|
||||||
from llamafactory.data.collator import MultiModalDataCollatorForSeq2Seq, prepare_4d_attention_mask
|
from llamafactory.data.collator import MultiModalDataCollatorForSeq2Seq, prepare_4d_attention_mask
|
||||||
from llamafactory.extras.constants import IGNORE_INDEX
|
from llamafactory.extras.constants import IGNORE_INDEX
|
||||||
|
from llamafactory.extras.packages import is_transformers_version_greater_than
|
||||||
from llamafactory.hparams import get_infer_args
|
from llamafactory.hparams import get_infer_args
|
||||||
from llamafactory.model import load_tokenizer
|
from llamafactory.model import load_tokenizer
|
||||||
|
|
||||||
@@ -116,14 +117,16 @@ def test_multimodal_collator():
|
|||||||
"labels": [
|
"labels": [
|
||||||
[0, 1, 2, 3, q, q, q, q, q, q, q, q],
|
[0, 1, 2, 3, q, q, q, q, q, q, q, q],
|
||||||
],
|
],
|
||||||
"position_ids": [
|
"position_ids": [[[0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0]]] * 3,
|
||||||
[[0, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1]],
|
"rope_deltas": [[0]],
|
||||||
[[0, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1]],
|
|
||||||
[[0, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1]],
|
|
||||||
],
|
|
||||||
"rope_deltas": [[-8]],
|
|
||||||
**tokenizer_module["processor"].image_processor(fake_image),
|
**tokenizer_module["processor"].image_processor(fake_image),
|
||||||
}
|
}
|
||||||
|
if not is_transformers_version_greater_than("5.0.0"):
|
||||||
|
# adapt position_ids and rope_deltas for transformers < 5.0.0
|
||||||
|
# https://github.com/huggingface/transformers/pull/43972
|
||||||
|
expected_input["position_ids"] = [[[0, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1]]] * 3
|
||||||
|
expected_input["rope_deltas"] = [[-8]]
|
||||||
|
|
||||||
assert batch_input.keys() == expected_input.keys()
|
assert batch_input.keys() == expected_input.keys()
|
||||||
for k in batch_input.keys():
|
for k in batch_input.keys():
|
||||||
assert batch_input[k].eq(torch.tensor(expected_input[k])).all()
|
assert batch_input[k].eq(torch.tensor(expected_input[k])).all()
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# change if test fails or cache is outdated
|
# change if test fails or cache is outdated
|
||||||
0.9.5.106
|
0.9.5.107
|
||||||
|
|||||||
@@ -172,3 +172,33 @@ def _manage_distributed_env(request: FixtureRequest, monkeypatch: MonkeyPatch) -
|
|||||||
monkeypatch.setattr(torch.cuda, "device_count", lambda: 1)
|
monkeypatch.setattr(torch.cuda, "device_count", lambda: 1)
|
||||||
elif CURRENT_DEVICE == "npu":
|
elif CURRENT_DEVICE == "npu":
|
||||||
monkeypatch.setattr(torch.npu, "device_count", lambda: 1)
|
monkeypatch.setattr(torch.npu, "device_count", lambda: 1)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture(scope="session", autouse=True)
|
||||||
|
def bypass_mistral_regex_check():
|
||||||
|
"""Disable Mistral regex network check.
|
||||||
|
|
||||||
|
Monkey-patch TokenizersBackend._patch_mistral_regex into a no-op.
|
||||||
|
"""
|
||||||
|
try:
|
||||||
|
from transformers.tokenization_utils_fast import TokenizersBackend
|
||||||
|
except ImportError:
|
||||||
|
# Very old transformers, nothing to patch
|
||||||
|
yield
|
||||||
|
return
|
||||||
|
|
||||||
|
if not hasattr(TokenizersBackend, "_patch_mistral_regex"):
|
||||||
|
# Method does not exist in this version
|
||||||
|
yield
|
||||||
|
return
|
||||||
|
|
||||||
|
# Backup original method
|
||||||
|
original = TokenizersBackend._patch_mistral_regex
|
||||||
|
|
||||||
|
# Replace with no-op
|
||||||
|
TokenizersBackend._patch_mistral_regex = lambda cls, tokenizer, *args, **kwargs: tokenizer
|
||||||
|
|
||||||
|
yield
|
||||||
|
|
||||||
|
# Restore original method
|
||||||
|
TokenizersBackend._patch_mistral_regex = original
|
||||||
|
|||||||
51
tests_v1/plugins/model_plugins/test_quantization_plugin.py
Normal file
51
tests_v1/plugins/model_plugins/test_quantization_plugin.py
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
# Copyright 2025 the LlamaFactory team.
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
|
||||||
|
from llamafactory.v1.config.model_args import ModelArguments
|
||||||
|
from llamafactory.v1.core.model_engine import ModelEngine
|
||||||
|
|
||||||
|
|
||||||
|
bitsandbytes = pytest.importorskip("bitsandbytes")
|
||||||
|
|
||||||
|
|
||||||
|
def check_quantization_status(model):
|
||||||
|
quantized_info = {"bnb": []}
|
||||||
|
|
||||||
|
for name, module in model.named_modules():
|
||||||
|
# check BitsAndBytes quantization
|
||||||
|
if isinstance(module, bitsandbytes.nn.modules.Linear8bitLt) or isinstance(
|
||||||
|
module, bitsandbytes.nn.modules.Linear4bit
|
||||||
|
):
|
||||||
|
quantized_info["bnb"].append(name)
|
||||||
|
|
||||||
|
return quantized_info
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.runs_on(["cuda"])
|
||||||
|
@pytest.mark.parametrize("name, quantization_bit", [("bnb", 4), ("auto", 4)])
|
||||||
|
def test_quantization_plugin(name, quantization_bit):
|
||||||
|
model_args = ModelArguments(
|
||||||
|
model="llamafactory/tiny-random-qwen3",
|
||||||
|
quant_config={
|
||||||
|
"name": name,
|
||||||
|
"quantization_bit": quantization_bit,
|
||||||
|
},
|
||||||
|
)
|
||||||
|
|
||||||
|
model_engine = ModelEngine(model_args=model_args)
|
||||||
|
quantized_info = check_quantization_status(model_engine.model)
|
||||||
|
print(f"Quantized weights for method {name} with {quantization_bit} bit: {quantized_info}")
|
||||||
|
assert any(v for v in quantized_info.values()), "model is not quantized properly."
|
||||||
Reference in New Issue
Block a user