mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-19 13:49:09 -04:00
moved renamed container.py to vllm_container.py
This commit is contained in:
@@ -12,7 +12,7 @@ from typing import Annotated
|
||||
|
||||
import typer
|
||||
|
||||
from python.prompt_bench.container import check_gpu_free, start_vllm, stop_vllm
|
||||
from python.prompt_bench.vllm_container import check_gpu_free, start_vllm, stop_vllm
|
||||
from python.prompt_bench.downloader import is_model_present
|
||||
from python.prompt_bench.models import BenchmarkConfig
|
||||
from python.prompt_bench.vllm_client import VLLMClient
|
||||
|
||||
Reference in New Issue
Block a user