Make remote code compatible with vLLM x Transformers v5
#12
by hmellor HF Staff - opened
This config class cannot be instantiated on Transformers v5 because super init performs validation which fails because nothing has been initialised yet.
This change should enable the current state of the remote code to work with vLLM with Transformers v5.
SFLY5 changed pull request status to merged