nod-ai/amd-shark-ai

(sharktank) Numerics issue with mock LM head layer test.

Open

#2.455 geöffnet am 8. Okt. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (78 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (67 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

       torch.testing.assert_close(actual, expected, atol=atol, rtol=rtol)
E       AssertionError: Tensor-likes are not close!
E       
E       Mismatched elements: 705 / 1024 (68.8%)
E       Greatest absolute difference: 0.00146484375 at index (1, 0, 54) (up to 0.0001 allowed)
E       Greatest relative difference: 2.34765625 at index (1, 6, 25) (up to 0 allowed)
E       
E       The failure occurred for item [0]

from https://github.com/nod-ai/shark-ai/actions/runs/18354205429/job/52281863459?pr=2289

Contributor Guide