Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Bug】test_lm_score_may_fail_numerically_for_external_meliad #143

Open
wangguan1995 opened this issue Oct 21, 2024 · 0 comments
Open

Comments

@wangguan1995
Copy link

wangguan1995 commented Oct 21, 2024

Env:

python 3.10
A100 40GB
Cuda compilation tools, release 12.3, V12.3.103
Build cuda_12.3.r12.3/compiler.33492891_0

Test:

bash run_tests.sh

Log:

[       OK ] LmInferenceTest.test_lm_decode
[ RUN      ] LmInferenceTest.test_lm_score_may_fail_numerically_for_external_meliad
[  FAILED  ] LmInferenceTest.test_lm_score_may_fail_numerically_for_external_meliad
======================================================================
FAIL: test_lm_score_may_fail_numerically_for_external_meliad (__main__.LmInferenceTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/workspace/alphageometry/lm_inference_test.py", line 82, in test_lm_score_may_fail_numerically_for_external_meliad
    self.assertEqual(
AssertionError: Lists differ: [-1.1633697, -1.122621] != [-1.1860729455947876, -1.1022869348526]

First differing element 0:
-1.1633697
-1.1860729455947876

- [-1.1633697, -1.122621]
+ [-1.1860729455947876, -1.1022869348526]

----------------------------------------------------------------------
Ran 2 tests in 133.525s

FAILED (failures=1)
@wangguan1995 wangguan1995 changed the title 【Bug】LmInferenceTest.test_lm_score_may_fail_numerically_for_external_meliad 【Bug】test_lm_score_may_fail_numerically_for_external_meliad Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant