This website requires JavaScript.
Explore
Help
Register
Sign In
biondizzle
/
vllm
Watch
1
Star
0
Fork
0
You've already forked vllm
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
70b81c4f3d1a1699303b4b6d82bf4d7373ef0a01
vllm
/
vllm
/
model_executor
/
models
/
transformers
History
Harry Mellor
ad041c79db
Fix text only inputs for MRoPE models with the Transformers modelling backend (
#37055
)
...
Signed-off-by: Harry Mellor <
19981378+hmellor@users.noreply.github.com
>
2026-03-16 10:31:16 +00:00
..
__init__.py
…
base.py
Fix pipeline parallel with multimodal models with the Transformers modelling backend (
#37057
)
2026-03-16 10:20:37 +00:00
causal.py
Fix pipeline parallel with multimodal models with the Transformers modelling backend (
#37057
)
2026-03-16 10:20:37 +00:00
legacy.py
Use Transformers v5
WeightRenaming
for Transformers modeling backend (
#31545
)
2026-03-13 20:49:08 +00:00
moe.py
Enable loading of fused expert weights in the Transformers modelling backend (
#36997
)
2026-03-14 07:01:06 +00:00
multimodal.py
Fix text only inputs for MRoPE models with the Transformers modelling backend (
#37055
)
2026-03-16 10:31:16 +00:00
pooling.py
[Doc] Fix duplicate words in comments (
#36713
)
2026-03-10 21:28:31 -07:00
utils.py
…