moved renamed container.py to vllm_container.py

This commit is contained in:
2026-04-10 13:16:18 -04:00
parent 721526022b
commit 03208a1ab2
3 changed files with 10 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ from typing import Annotated
import typer
from python.prompt_bench.container import check_gpu_free
from python.prompt_bench.vllm_container import check_gpu_free
logger = logging.getLogger(__name__)