FastDeploy icon indicating copy to clipboard operation
FastDeploy copied to clipboard

[Feature] Support Mooncake Store

Open juncaipeng opened this issue 1 month ago • 1 comments

Motivation

Support Mooncake Store

Modifications

xxx

Usage or Command

xxx

Accuracy Tests

xxx

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.

juncaipeng avatar Dec 15 '25 13:12 juncaipeng

Thanks for your contribution!

paddle-bot[bot] avatar Dec 15 '25 13:12 paddle-bot[bot]

Codecov Report

:x: Patch coverage is 28.78289% with 433 lines in your changes missing coverage. Please review. :warning: Please upload report for BASE (develop@c1aa66d). Learn more about missing BASE report.

Files with missing lines Patch % Lines
fastdeploy/cache_manager/cache_transfer_manager.py 14.54% 139 Missing and 2 partials :warning:
.../transfer_factory/mooncake_store/mooncake_store.py 21.83% 136 Missing :warning:
fastdeploy/cache_manager/prefix_cache_manager.py 38.51% 79 Missing and 4 partials :warning:
fastdeploy/engine/sched/resource_manager_v1.py 1.61% 61 Missing :warning:
fastdeploy/cache_manager/transfer_factory/utils.py 80.00% 2 Missing and 2 partials :warning:
fastdeploy/engine/args_utils.py 66.66% 2 Missing and 1 partial :warning:
fastdeploy/cache_manager/ops.py 0.00% 2 Missing :warning:
...tdeploy/cache_manager/transfer_factory/__init__.py 71.42% 1 Missing and 1 partial :warning:
...astdeploy/inter_communicator/engine_cache_queue.py 88.88% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #5571   +/-   ##
==========================================
  Coverage           ?   64.58%           
==========================================
  Files              ?      333           
  Lines              ?    42308           
  Branches           ?     6451           
==========================================
  Hits               ?    27325           
  Misses             ?    12944           
  Partials           ?     2039           
Flag Coverage Δ
GPU 64.58% <28.78%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar Dec 17 '25 05:12 codecov-commenter