patch/add-max-position-embeddings

#4
No description provided.
Rodoniche changed pull request status to open

I think it is useful to directly say users max_model_length because when i set it up to 128_000 get this error: Value error, User-specified max_model_len (128000) is greater than the derived max_model_len (max_position_embeddings=32768.0 or model_max_length=None in model's config.json). To allow overriding this maximum, set the env var VLLM_ALLOW_LONG_MAX_MODEL_LEN=1. VLLM_ALLOW_LONG_MAX_MODEL_LEN must be used with extreme caution.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment