Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/integration/defs/examples/test_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down