mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-07 12:01:39 +00:00
fix CI bugs
This commit is contained in:
committed by
FrankLeeeee
parent
2a73e828eb
commit
fab294c7f4
@@ -57,7 +57,7 @@ def check_request_handler():
|
||||
block_size=16,
|
||||
eos_token_id=0,
|
||||
sample_params=None,
|
||||
block_table=torch.tensor([0, 0]),
|
||||
block_table=torch.tensor([-1, -1]),
|
||||
)
|
||||
request_handler.add_sequence(seq1)
|
||||
# the priority should be 1
|
||||
|
Reference in New Issue
Block a user