[None][chore] remove out-of-date comment in star attention test (#6773)

Signed-off-by: Superjomn <328693+Superjomn@users.noreply.github.com>
This commit is contained in:
Yan Chunwei 2025-08-11 11:35:38 +08:00 committed by GitHub
parent 864ddb3289
commit 0326ea3698
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,6 @@ def similarity_score(a, b):
return SequenceMatcher(None, a, b).ratio()
# Generate the outputs using either TRT or PyTorch (based on the use_pytorch argument). Its the same function for both workflows.
def generate_llm_outputs(args, data, fp8=False, fp8_kv_cache=False):
kv_cache_config = KvCacheConfig(dtype="fp8" if fp8_kv_cache else "auto")
cp_config = {