mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
patching problem
This commit is contained in:
parent
80d2608c4e
commit
fad8e77be2
4 changed files with 234 additions and 76 deletions
|
|
@ -15,7 +15,12 @@ Usage:
|
|||
from vllm import AsyncLLM
|
||||
"""
|
||||
|
||||
from .patched_gpu_runner import PatchedGPUModelRunner, apply_patches
|
||||
from .patched_gpu_runner import (
|
||||
PatchedGPUModelRunner,
|
||||
apply_patches,
|
||||
get_patched_runner,
|
||||
is_patched,
|
||||
)
|
||||
from .weight_updater import weight_updater_process
|
||||
from .distributed_utils import (
|
||||
init_process_group,
|
||||
|
|
@ -27,6 +32,8 @@ from .distributed_utils import (
|
|||
__all__ = [
|
||||
"PatchedGPUModelRunner",
|
||||
"apply_patches",
|
||||
"get_patched_runner",
|
||||
"is_patched",
|
||||
"weight_updater_process",
|
||||
"init_process_group",
|
||||
"broadcast_object_list",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue