File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -700,21 +700,16 @@ def get_params_test_remove_left_padding():
700700 },
701701 {
702702 # Prefill sequence 2
703- # TODO @Yannick, should the left padding ideally already be removed?
704703 "step" : 42 ,
705- "tkv" : 103 , # <-- should be 64?
704+ "tkv" : 103 , # TODO update after the new changes are implemented
706705 "waiting" : [],
707706 "running" : ["2" , "1" ],
708707 "request_outputs" : ["2" ]
709708 },
710709 {
711710 # Decode sequences 1 and 2
712- # @Yannick
713- # That value (40) is a bit odd to see since we are used that for the
714- # first block, the two prompts are padded to the right
715- # it is not necessarily a problem though, but might be confusing
716711 "step" : 43 ,
717- "tkv" : 40 , # 104 - 64 = 40
712+ "tkv" : 40 ,
718713 "waiting" : [],
719714 "running" : ["2" , "1" ],
720715 "request_outputs" : ["2" , "1" ]
You can’t perform that action at this time.
0 commit comments