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
7d8975de84dadb87df23eae4a663a3c6620433dd
vllm
/
vllm
/
v1
/
executor
History
Jialin Ouyang
380f17527c
[Perf] Cache vllm.env.__getattr__ result to avoid recomputation (
#26146
)
...
Signed-off-by: Jialin Ouyang <
Jialin.Ouyang@gmail.com
>
2025-10-14 17:03:21 -04:00
..
__init__.py
[V1] Implement vLLM V1 [1/N] (
#9289
)
2024-10-22 01:24:07 -07:00
abstract.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
multiproc_executor.py
[Perf] Cache vllm.env.__getattr__ result to avoid recomputation (
#26146
)
2025-10-14 17:03:21 -04:00
ray_distributed_executor.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00