mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-04 13:52:46 -04:00
This is to help with working on CPU machine Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
9 lines
318 B
Python
Generated
9 lines
318 B
Python
Generated
from vllm.model_executor.parallel_utils.parallel_state import (
|
|
model_parallel_is_initialized as model_parallel_is_initialized,
|
|
)
|
|
from vllm.model_executor.parallel_utils.tensor_parallel import (
|
|
model_parallel_cuda_manual_seed as model_parallel_cuda_manual_seed,
|
|
)
|
|
|
|
def set_random_seed(seed: int) -> None: ...
|