We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780abd2 commit 8708ee6Copy full SHA for 8708ee6
tests/ut/kv_connector/test_remote_decode_lifecycle.py
@@ -122,7 +122,7 @@ def test_prefix_cache_lifecycle():
122
NUM_EXTERNAL_FULL_BLOCKS = 3
123
NUM_TOKENS = int(BLOCK_SIZE * (NUM_EXTERNAL_FULL_BLOCKS + 0.5))
124
125
- request_remote_a = create_request(request_id=1, do_remote_decode=True)
+ request_remote_a = create_request(request_id=1, num_tokens=NUM_TOKENS)
126
127
scheduler.add_request(request_remote_a)
128
scheduler_output = scheduler.schedule()
0 commit comments