We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5bf76 commit 3b27d35Copy full SHA for 3b27d35
models/demos/gemma3/demo/text_demo.py
@@ -17,7 +17,6 @@
17
from models.demos.gemma3.tt.model_config import determine_device_name, parse_decoder_json
18
from models.demos.utils.llm_demo_utils import create_benchmark_data, verify_perf
19
from models.perf.benchmarking_utils import BenchmarkProfiler
20
-from models.tt_transformers.tests.test_accuracy import get_accuracy_thresholds
21
from models.tt_transformers.tt.common import PagedAttentionConfig, preprocess_inputs_prefill, sample_host
22
from models.tt_transformers.tt.generator import Generator, SamplingParams, create_submeshes
23
from models.tt_transformers.tt.model_config import DecodersPrecision
0 commit comments