-
Notifications
You must be signed in to change notification settings - Fork 89
[Feat] Asu store adaptation #1018
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
Merged
mag1c-h
merged 6 commits into
ModelEngine-Group:feature_26h1
from
Fengli5355:asu-store-adapt
Jun 15, 2026
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
60c9b22
[Feat] Add ASU fake trans provider
Fengli5355 01a1130
[Feat] Adapt ASU store for KV connector
Fengli5355 a3463ce
[Fix] Add ASU client task failure context
Fengli5355 83f0528
[Fix] Adapt ASU tests to BufferManager handles
Fengli5355 38e1dbe
[Fix] Link ASU deps into store unit tests
Fengli5355 5cab32c
[Fix] Rename config file as ucm_config_asu.yaml;
Fengli5355 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # UCM ASU fake backend example for vLLM / vLLM-Ascend software integration tests. | ||
| # | ||
| # Use with: | ||
| # kv_connector_extra_config={"UCM_CONFIG_FILE": "/workspace/unified-cache-management/examples/ucm_config_asu.yaml"} | ||
|
|
||
| ucm_connectors: | ||
| - ucm_connector_name: "UcmPipelineStore" | ||
| ucm_connector_config: | ||
| store_pipeline: "ASU" | ||
| asu_mode: "client" | ||
| asu_client_id: "ucm-vllm-asu-fake" | ||
| asu_ids: [1, 2] | ||
| asu_trans_provider_backend: "fake" | ||
|
|
||
| # ASU client routing. Keep the default close to kv-test's fake_backend config. | ||
| asu_router_type: "RING_HASH" | ||
| asu_ring_hash_virtual_node_count: 128 | ||
|
|
||
| # Local software backend. This uses normal AsuClient + AsuTransportImpl submit/CQE paths | ||
| # and replaces the missing device Send/backend execution with local files. | ||
| asu_fake_backend_path: "./asu-fake-backend-store" | ||
| asu_fake_backend_latency_ms: 1 | ||
|
|
||
| # ASU wait and operation timeouts. | ||
| asu_default_wait_timeout_ms: 5000 | ||
| asu_query_timeout_ms: 5000 | ||
| asu_load_timeout_ms: 5000 | ||
| asu_store_timeout_ms: 5000 | ||
| asu_max_inflight_tasks: 1024 | ||
|
|
||
| enable_event_sync: true | ||
| use_layerwise: false | ||
| persist_token_threshold: 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
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
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
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
Oops, something went wrong.
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.