Files
OpenLLM/typings/vllm/model_executor/utils.pyi
aarnphm-ec2-dev 820b4991fa chore(stubs): add generated for auto-gptq and vllm [skip ci]
This is to help with working on CPU machine

Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
2023-08-03 02:28:24 +00:00

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: ...