You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To minimize data transfer, we only want to request the last tokens logits instead of the the entire prompts for CB.
The flag only_last_token in the fms forward pass should enable this, however, for right padding we get different results. This branch is to debug this issue in fms and is eventually to be merged when support in fms is established.
-> needs changes in fms and Spyre compiler, vllm-spyre code is ready.