Update expected values (after switching to A10) - part 5 (#39205)
* fix * fix * fix * fix * fix * fix * fix * fix * fix * fix --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -87,7 +87,8 @@ class HeliumIntegrationTest(unittest.TestCase):
|
||||
expected_texts = Expectations(
|
||||
{
|
||||
("rocm", (9, 5)): ["Hello, today is a great day to start a new project. I have been working on a new project for a while now, and I"],
|
||||
("cuda", None): ["Hello, today is a great day to start a new project. I have been working on a new project for a while now and I have"],
|
||||
(None, None): ["Hello, today is a great day to start a new project. I have been working on a new project for a while now and I have"],
|
||||
("cuda", 8): ['Hello, today is a great day to start a new project. I have been working on a new project for a while now, and I'],
|
||||
}
|
||||
) # fmt: skip
|
||||
EXPECTED_TEXTS = expected_texts.get_expectation()
|
||||
|
||||
Reference in New Issue
Block a user