Skip to content

Speculative Decoding Interface #3340

Speculative Decoding Interface

Speculative Decoding Interface #3340

GitHub Actions / JUnit Test Report failed Nov 12, 2024 in 0s

1 tests run, 0 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 5 in truss/tests/util/test_config_checks.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test_config_checks.truss.tests.util.test_config_checks

collection failure
Raw output
ImportError while importing test module '/home/runner/work/truss/truss/truss/tests/util/test_config_checks.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.9.9/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
truss/tests/util/test_config_checks.py:5: in <module>
    from truss.trt_llm.config_checks import (
E   ImportError: cannot import name 'check_and_update_memory_for_trt_llm_builder' from 'truss.trt_llm.config_checks' (/home/runner/work/truss/truss/truss/trt_llm/config_checks.py)