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
I am currently updating code that was written based on an older version of vllm (version 0.2.7). In the previous implementation, I accessed the mlp layer using the following code snippet:
What is the correct method to access the mlp layer in the new version of vllm?
Has there been a change in how the model architecture is structured in the new versions? If so, could you please guide me on how to adjust the above code to work with the updated architecture?
Any guidance would be appreciated. Thanks!
How would you like to use vllm
I don't know how to integrate it with new version vllm.
Before submitting a new issue...
Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
The text was updated successfully, but these errors were encountered:
Your current environment
Description:
I am currently updating code that was written based on an older version of
vllm
(version 0.2.7). In the previous implementation, I accessed themlp
layer using the following code snippet:However, after updating to the latest version of
vllm
, this line now raises the following error:It seems that the architecture of
vllm
has changed in the newer version, and I am unsure how to access themlp
layer now.Below is the relevant part of the code where I use this method:
Questions:
mlp
layer in the new version ofvllm
?Any guidance would be appreciated. Thanks!
How would you like to use vllm
I don't know how to integrate it with new version vllm.
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: