mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[None][fix] fix llmapi import error (#7030)
Signed-off-by: Ivy Zhang <25222398+crazydemo@users.noreply.github.com>
This commit is contained in:
parent
30da5d3cc4
commit
fc85e3db1c
@ -4135,7 +4135,8 @@ def test_llm_api_lookahead_decoding_1gpu(model_name, model_path):
|
||||
"""
|
||||
from defs.conftest import llm_models_root
|
||||
|
||||
from tensorrt_llm.llmapi import (LLM, BuildConfig, KvCacheConfig,
|
||||
from tensorrt_llm._tensorrt_engine import LLM
|
||||
from tensorrt_llm.llmapi import (BuildConfig, KvCacheConfig,
|
||||
LookaheadDecodingConfig, SamplingParams)
|
||||
build_config = BuildConfig(max_batch_size=128,
|
||||
max_input_len=2048,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user