This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pylint: disable=all | |
from vllm.platforms import current_platform | |
current_platform.seed_everything(42) | |
import argparse | |
import uuid | |
import torch | |
from vllm.utils import update_environment_variables | |
from vllm.distributed.parallel_state import ( |