-
Notifications
You must be signed in to change notification settings - Fork 18
v1.3.0 #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
FKKimura
wants to merge
139
commits into
main
Choose a base branch
from
develop/v1-3-0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
v1.3.0 #24
Changes from 3 commits
Commits
Show all changes
139 commits
Select commit
Hold shift + click to select a range
3a87452
[demo] Experimental LoRA model save/load: save base model and LoRA ad…
k-arima-3150 20865fb
[update] add save/load support to JointQ based on _gptq.py
S4Y-K 23f4a6e
[update] Add script for training a LoRA model with OneCompression kno…
cm-ysmz 2a0cf1c
Merge branch 'Branch_20865fb7' into feature/ysmz/lora-save-load-vllm-…
cm-ysmz d556d97
[update] Add script for training a JointQ+LoRA model with OneCompress…
cm-ysmz 71cd666
[fix] add missing commit
cm-ysmz 8aa8291
[refactor] revised comments and renamed methods
cm-ysmz 4caf856
Merge pull request #11 from FujitsuResearch/develop/v1-1-0
FKKimura c65d7e2
Define v1.1.1
FKKimura 9775761
[fix] support load of unpacked JointQ wbits=1 checkpoints
S4Y-K ad353f4
Merge remote-tracking branch 'remotes/origin/cm/dev' into verify/ysmz…
cm-ysmz 764b98a
feat: log quantization progress with linear ETA
sotanengel ce8232d
[update] Add script for training a LoRA model with OneCompression kno…
cm-ysmz 27566cf
[refactor] Delete working files
cm-ysmz 3ec1166
[update] Update CHANGELOG.md (LoRA Adapter Sidecar Save/Load)
cm-ysmz 7517c18
Raise clear error for unsupported QEP quantizers
FKKimura a946fa7
Merge branch 'lab/fix-jointq-qep' into 'export/v1-1-1'
FKKimura 2cb598c
Merge pull request #13 from sotanengel/feature/quantization-progress-eta
FKKimura 1470e5c
Refactoring: quantization progress logs with ETA (#15)
aki916f c1bc4b7
refactor(progress): tidy [progress] logs and harden tracker
FKKimura 564ccfe
Merge branch 'lab/quantization_progress' into 'export/v1-1-1'
FKKimura 514371c
fix(vlm): save aux files, load with correct dtype, retie tied embeddings
FKKimura c510cfe
Merge branch 'lab/issue-64-takane-vision' into 'export/v1-1-1'
FKKimura 5a6d5fe
Fix tests and examples
FKKimura 3a119e6
Merge branch 'lab/fix-tests-examples' into 'export/v1-1-1'
FKKimura 9d97d43
Apply black
FKKimura 9e784d0
Trivial-fix
FKKimura b82753b
Merge pull request #20 from FujitsuResearch/develop/v1-1-1
FKKimura 0db87e6
Define v1.2.0
FKKimura 7122b42
Merge branch 'cm/dev' into feature/ysmz/lora-save-load-vllm-infer_jointq
cm-ysmz 3564765
Update benchmark (v1.1.1)
FKKimura bc7ac62
[fix] raise ValueError when LoRA sidecar adapters are only partially …
cm-ysmz 815fd5c
Add pre-commit hooks for local development
aki916f b739b2c
Merge branch 'lab/precommit' into 'export/v1-2-0'
aki916f a510a24
[fix] resolve LoRA adapter layers by suffix when module prefixes differ
cm-ysmz 0cf14bf
[chore] rename files
cm-ysmz 9f5c98a
[chore] rename files
cm-ysmz 49dbec4
[refactor] improve ValueError for LoRA sidecar apply failures
cm-ysmz 91d4f2f
[update] Update CHANGELOG.md (v1.1.1 merge and fixes/file renames)
cm-ysmz a26e8e3
[style(onecomp)] run black formatter
k-arima-3150 20a7c68
[add] add requirements.txt for legacy-vllm environments (0.12.0/0.15.1)
cm-ysmz 2f87eed
[fix] Fix requirements.txt and Add README.md (0.12.0/0.15.1)
cm-ysmz 39e64e1
[fix] correctiong spelling mistakes in commands
cm-ysmz 310a799
[update] Update CHANGELOG.md (legacy vllm environment)
cm-ysmz 6a4496e
fix: quantizer unit test fixes and tighten GPTQ thresholds (#21)
k-arima-3150 b4920c3
feat: add save/load support for JointQ, RTN, and OneBit quantizers (#22)
k-arima-3150 ba66b76
add dashboard
aki916f 41df7fe
Merge branch 'lab/dashboard' into 'export/v1-2-0'
aki916f cce8157
Merge branch 'lab/benchmark-v1-1-1' into 'export/v1-2-0'
FKKimura 8ef90ad
Add MPS (Apple Silicon) device support (#7)
aki916 ee47ac9
add mt-bench and throughput evaluator
aki916f 4fc6da2
Merge branch 'lab/mt-bench' into 'export/v1-2-0'
aki916f bbb8406
Add global ptq
yishii836 7731494
Merge branch 'lab/issue-39-global-ptq' into 'export/v1-2-0'
FKKimura 8954b36
Do not install vllm 0.22.0 due to unsupporting exllama kernel
aki916f 8d6a6ad
Merge branch 'lab/vllm_version' into 'export/v1-2-0'
FKKimura ada74d1
Merge branch 'develop/v1-2-0' into export/v1-2-0
FKKimura 69c6c56
Apply isort and black
FKKimura 2564db0
Update uv.lock
FKKimura d05d875
Modify pyproject.toml and uv.lock
FKKimura dcf6620
update README in dashboard
aki916f d9e12cc
Update docstring in examples
FKKimura 36e6873
Bug-fix GlobalPTQDistributed to save a quantized model
FKKimura fe80ff9
Fix eval and dashboard for FujitsuResearch/OneCompressionn PR 23
FKKimura 8654af0
Merge branch 'hotfix/github-pr-23' into 'export/v1-2-0'
FKKimura 94e77ed
prevent file traversal based on input model_id (dashboard)
aki916f b9a7172
Merge branch 'hotfix/dashboard_path' into 'export/v1-2-0'
FKKimura 6e83766
Merge pull request #23 from FujitsuResearch/develop/v1-2-0
FKKimura 6ac4d07
Define v1.3.0
FKKimura e7e295c
Define v1.3.0
FKKimura 3a09bf9
[fix] derive Hadamard hook target types from model instead of quant_m…
KoOhira-BP 886fc4b
[fix]collect all down_proj types for Hadamard hooks instead of sampli…
KoOhira-BP 0602f90
Merge remote-tracking branch 'upstream/develop/v1-3-0' into feature/y…
k-arima-3150 007e396
Merge remote-tracking branch 'upstream/develop/v1-3-0' into feature/y…
k-arima-3150 fe49076
[style] Apply pre-commit fixes
k-arima-3150 302cc39
[style] Apply pre-commit fixes and tidy example params/comments
k-arima-3150 6ef7dc5
[fix] fix LoRA SFT usage paths and changelog wording
cm-ysmz a4e920f
Merge remote-tracking branch 'upstream/develop/v1-3-0' into feature/y…
k-arima-3150 53fb66f
[fix] Restore accidentally dropped enable_lora/max_lora_rank in vLLM …
k-arima-3150 ba5c2fe
[fix] Discover all down_proj layer types for Hadamard hook registrati…
KoOhira-BP f4985f8
[fix] down_proj type collection to exclude Linear;pass use_gemlite=Fa…
KoOhira-BP 8c676a6
[fix] Remove explicit use_gemlite=False in perplexity eval path
KoOhira-BP 23993c8
[fix] Fail fast on ambiguous LoRA target in _resolve_name_by_layer_su…
k-arima-3150 580fc3e
VLM key unmatch error during quantized model load
aki916f 92acd4a
Merge branch 'lab/vlm_error' into 'export/v1-3-0'
aki916f ab9aa25
fix: load generation_config.json in load_quantized_model() for Gemma-…
aki916f 54ae95e
Merge branch 'lab/gemma4-12b' into 'export/v1-3-0'
aki916f ffed032
[fix] Save LoRA adapter sidecar in base model dtype instead of fixed …
k-arima-3150 4e16eb5
[update] Add in-place pack/unpack utilities to GPTQLinear
cm-ysmz b350d32
[test] Add regression tests for Hadamard hook target-type collection
KoOhira-BP 6347b3a
[update] Make post-processes (LoRA) preserve the quantized model's pa…
cm-ysmz 89c67b8
[fix] Export LoRA GPTQ models without rebuilding from results
cm-ysmz b595f85
[fix] fix comments and add LoRA tests
cm-ysmz c74fbae
[test] Pin down_proj hook-type collection; extract collectors to rota…
k-arima-3150 b6fffdf
Merge remote-tracking branch 'remotes/upstream/develop/v1-3-0' into f…
cm-ysmz 8d8df95
Merge remote-tracking branch 'remotes/origin/feature/ysmz/lora-save-l…
cm-ysmz a4e2a12
[fix] fix test. align runner stubs with _collect_lora_gptq_modules an…
cm-ysmz d3af731
[update] Update CHANGELOG.md (v1.3.0-wip merge and LoRA/GPTQ pack upd…
cm-ysmz ccd49f1
Merge remote-tracking branch 'upstream/develop/v1-3-0' into fix/koohr…
k-arima-3150 c2478b0
[style] Apply pre-commit fixes
k-arima-3150 602e79c
Setup test automation and linter check corresponding to merge request
aki916f 2cbe006
Merge branch 'lab/auto_test' into 'export/v1-3-0'
FKKimura b2fb676
ci: add SAST and secret detection
FKKimura f0c9290
Merge branch 'lab/add-sast-secret-detection' into 'export/v1-3-0'
FKKimura 1467311
[doc] Add CHANGELOG entry for partial-quant rotation Hadamard hook ta…
k-arima-3150 52c0c34
[fix] fix example usage
cm-ysmz 1b9e9a0
Merge remote-tracking branch 'upstream/develop/v1-3-0' into fix/koohr…
k-arima-3150 b3e51ab
add notebook for youtube
aki916f 9e7a35c
Merge branch 'lab/notebook' into 'export/v1-3-0'
aki916f 9f676ce
[fix] stop forcing GPTQ pack on export when pack_weights=False
cm-ysmz d60d7a8
Merge remote-tracking branch 'remotes/upstream/develop/v1-3-0' into f…
cm-ysmz 6384b1a
[style] Apply black formatter
cm-ysmz 306177b
[update] Update CHANGELOG.md (v1.3.0-wip merge into LoRA branch)
cm-ysmz 0193645
Merge remote-tracking branch 'upstream/develop/v1-3-0' into fix/koohr…
k-arima-3150 ae63233
[fix] refine vLLM 0.12.0/0.15.1 setup guide
cm-ysmz a542924
[fix] Centralize LoRA adapter subdir constant
cm-ysmz b43bf53
Merge pull request #25 from computermind-corp/feature/legacy-vllm
aki916f 3a831c3
Merge branch 'develop/v1-3-0' into feature/lora-save-load-vllm-infer_…
k-arima-3150 6e080ec
Merge pull request #27 from computermind-corp/feature/lora-save-load-…
aki916f 1ba31e8
Merge remote-tracking branch 'upstream/develop/v1-3-0' into fix/koohr…
k-arima-3150 b9039bf
Merge pull request #30 from computermind-corp/fix/partial-quant-with-…
aki916f 34a06e1
Merge branch 'main' into export/v1-3-0
FKKimura 6e10f9c
Merge commit 'b9039bfc2b28a01e11d6671c9e8b19e91b7602e3' into export/v…
FKKimura e6c82fe
add standalone package for vllm 0.24.x with ROCm
aki916f 698d14c
Merge branch 'lab/amd_vllm' into 'export/v1-3-0'
aki916f 00d3856
fix seed for quantizer-test
FKKimura f9beba7
Merge branch 'lab/test-quip-error' into 'export/v1-3-0'
FKKimura 8ffab54
Remove legacy LoRA examples, complete README examples list, and fix docs
FKKimura 6dd63b0
Merge branch 'lab/delete-example' into 'export/v1-3-0'
FKKimura b0a246d
Support Qwen3.6 hybrid-attention blockwise calibration (#34)
dogwood-flo e8ebc9d
Fix silent quantized-buffer corruption in load_quantized_model() for …
dogwood-flo 41a955d
Qwen3.6 vLLM support: add `save_format="full_wrapper"` for quantized …
dogwood-flo e6bceb9
Exclude `shared_expert_gate` from MoE quantization exclusion for Qwen…
dogwood-flo b18b6af
Merge branch 'main' into export/v1-3-0
FKKimura 34eb0fd
Merge commit 'e6bceb9e1239b47398c6cb96569bff696e9639ad' into export/v…
FKKimura cc8ae30
Fix MoE expert unfuse missing on quantized model load (#38)
dogwood-flo 7fd611b
feature: Rotation save/load + vLLM inference with TP, GemLite fallbac…
k-arima-3150 65a3c75
feat: Bitpack-on-quantize mode for GPTQ and DBF (#43)
k-arima-3150 c904feb
Enable vLLM inference for Qwen3.6-A3B GPTQ-quantized MoE models (GPTQ…
dogwood-flo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,4 +6,4 @@ | |
|
|
||
| """ | ||
|
|
||
| __version__ = "1.2.0" | ||
| __version__ = "1.3.0" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.