Skip to content

Conversation

@kevincheng2
Copy link
Collaborator

Motivation

💡 If this PR is a Cherry Pick, the PR title needs to follow the format by adding the [Cherry-Pick] label at the very beginning and appending the original PR ID at the end. For example, [Cherry-Pick][CI] Add check trigger and logic(#5191)

💡 如若此PR是Cherry Pick,PR标题需遵循格式,在最开始加上[Cherry-Pick]标签,以及最后面加上原PR ID,例如[Cherry-Pick][CI] Add check trigger and logic(#5191)

修复 dy-c8 cache传输时类型不匹配的bug

cp from #5544

Modifications

Usage or Command

Accuracy Tests

Checklist

  • Add at least a tag in the PR title.
    • Tag list: [[FDConfig],[APIServer],[Engine], [Scheduler], [PD Disaggregation], [Executor], [Graph Optimization], [Speculative Decoding], [RL], [Models], [Quantization], [Loader], [OP], [KVCache], [DataProcessor], [BugFix], [Docs], [CI], [Optimization], [Feature], [Benchmark], [Others], [XPU], [HPU], [GCU], [DCU], [Iluvatar], [Metax]]
    • You can add new tags based on the PR content, but the semantics must be clear.
  • Format your code, run pre-commit before commit.
  • Add unit tests. Please write the reason in this PR if no unit tests.
  • Provide accuracy results.
  • If the current PR is submitting to the release branch, make sure the PR has been submitted to the develop branch, then cherry-pick it to the release branch with the [Cherry-Pick] PR tag.

Jiang-Jia-Jun and others added 30 commits August 31, 2025 21:31
* update enable chunked_prefill

* update code

* update code

* update code
* Update config.py

* Update ep.py

* Update fused_moe_backend_base.py

* Update dynamic_weight_manager.py

* Update worker_process.py

* fix ci
* Update serving_chat.py

* Update serving_completion.py

* Update serving_completion.py
…) (PaddlePaddle#3804)

* 延迟 import Config

* support chunked_prefill

* support chunked_prefill
* add moe noaux_tc tatics in trition backend

* fix

* add dp config
* Update no_proxy environment variable in CI workflow

* Install lsof and kill api_server processes

Install lsof tool and kill processes using it.
…se (PaddlePaddle#3855)

* Update no_proxy environment variable in CI workflow

* Install lsof and kill api_server processes

Install lsof tool and kill processes using it.

* Update dependency versions for stable release

* Update CI script to use stable dependencies
Co-authored-by: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com>
* Support for async processor added.

* remove yappi code
* [Feature] Set scheduler v1 as default

* [Feature] Set scheduler v1 as default

* [Feature] Set scheduler v1 as default

* [Feature] Set scheduler v1 as default

* [Feature] Set scheduler v1 as default

* [Feature] Set scheduler v1 as default
* fix scheduler bug

* fix

* Update api_server.py
* add reasoning parser plugin

* fix finish reason

---------

Co-authored-by: Yuanle Liu <yuanlehome@163.com>
* [DEBUG] Adapt validation for paddleformers==0.2 in release/2.2

* [CI] update paddleformers==0.2 in release/2.2
* disable scheduler v1 in guided decoding

* disable scheduler v1 in guided decoding
Deleter-D and others added 26 commits November 15, 2025 13:39
Co-authored-by: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com>
Co-authored-by: gaoziyuan <88373061+gzy19990617@users.noreply.github.com>
* add async download

* update code

* fix bug

* update code

* update code

* fix bugs

* update code

---------

Co-authored-by: Jiang-Jia-Jun <163579578+Jiang-Jia-Jun@users.noreply.github.com>
Co-authored-by: liqinrui <liqinrui@baidu.com>
* mm prefix cache

* add _revert_match_blocks

* update code

* update code

* update code

* fix bugs

* add test case

* fix bug

* update code

* update reserved_dec_block_ids
Remove detailed string representation from Request class.
* [CP][BugFix]Dev fix custom ar unstable result (PaddlePaddle#4437)

* code check

* revert delete

* check

* pre_commit
* fix mtp logprob bugs in chunk prefill

* merge code

* fix Request CONFLICT

* Revert "fix Request CONFLICT"

This reverts commit 7a438e4.

* Revert "merge code"

This reverts commit 3839559.

* fix

* remove print

* fix

---------

Co-authored-by: sunlei1024 <sunlei5788@gmail.com>
…path(PaddlePaddle#5205)  (PaddlePaddle#5232)

* merge code

* fix Request CONFLICT

* remove unuse unittest

---------

Co-authored-by: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com>
* c8 prefix caching

* update code

* update code

* update cache trans

* update code

* update code
* fix skip_quant

* fix
* support r3

* update

* support tp>1&&ep>1

* support cudagraph padding

* support all backends

* replace env with options

* modularize

* update

* Add RoutingStore and refine code

* add routing replay cofig

* add routing repaly config

* success run routing store

* convert request id as rollout id

* fix rollout config bug

* unify code

* use rollout_id to replace request_id in routing store

* delete code

---------

Co-authored-by: yuanlehome <yuanlehome@163.com>
…dle#5389)

* remove close prefix cache

* fix mtp+dy-c8+prefixcache bug
@paddle-bot
Copy link

paddle-bot bot commented Dec 14, 2025

Thanks for your contribution!

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
24 out of 25 committers have signed the CLA.

✅ freeliuzc
✅ zeroRains
✅ EmmonsCurse
✅ ltd0924
✅ littledgg
✅ yangjianfengo1
✅ XieYunshen
✅ gzy19990617
✅ gongshaotian
✅ zhuangzhuang12
✅ Deleter-D
✅ liyonghua0910
✅ yuanlehome
✅ TBD1
✅ Jiang-Jia-Jun
✅ lizhenyun01
✅ Sunny-bot1
✅ plusNew001
✅ xiaoxiaohehe001
✅ kxz2002
✅ rsmallblue
✅ ckl117
✅ kevincheng2
✅ sunlei1024
❌ LiqinruiG
You have signed the CLA already but the status is still pending? Let us recheck it.

@kevincheng2 kevincheng2 deleted the cp_fix_c8_bug branch January 19, 2026 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.