[RL] add version to the key of cache storage && refine raising error (#6160)

* Waiting for cache transfer manager inited

* up

* up

* up

* up

* up

* fix according comments

* fix unittest

* fix

* fix unittest

* fix error

* pass storage_backend to worker
This commit is contained in:
jc
2026-01-27 10:47:46 +08:00
committed by GitHub
parent 7ffa88bb01
commit b1698a79cb
8 changed files with 121 additions and 107 deletions
@@ -44,6 +44,7 @@ class Args:
default_dtype = "bfloat16"
kvcache_storage_backend = None
write_policy = "write_through"
model_path = "test_model"
# ==========================