Skip to content

Commit 3b27d35

Browse files
handrewsTTign-febin
authored andcommitted
Remove non-existent import for gemma (tenstorrent#28474)
### Ticket Gemma tests are failing on import of `models/tt_transformers/test_accuracy.py` which was removed in a recent PR. See: https://github.com/tenstorrent/tt-metal/actions/runs/17692049855/job/50290389980#step:10:360 This PR removes the import - the function was already copied across.
1 parent 1d5bf76 commit 3b27d35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/demos/gemma3/demo/text_demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from models.demos.gemma3.tt.model_config import determine_device_name, parse_decoder_json
1818
from models.demos.utils.llm_demo_utils import create_benchmark_data, verify_perf
1919
from models.perf.benchmarking_utils import BenchmarkProfiler
20-
from models.tt_transformers.tests.test_accuracy import get_accuracy_thresholds
2120
from models.tt_transformers.tt.common import PagedAttentionConfig, preprocess_inputs_prefill, sample_host
2221
from models.tt_transformers.tt.generator import Generator, SamplingParams, create_submeshes
2322
from models.tt_transformers.tt.model_config import DecodersPrecision

0 commit comments

Comments
 (0)