Fix typos in strings and comments (#37910)

This commit is contained in:
co63oc
2025-05-01 21:58:58 +08:00
committed by GitHub
parent c80f65265b
commit 5b573bebb9
17 changed files with 25 additions and 25 deletions

View File

@@ -149,7 +149,7 @@ class Gemma2ModelTest(GemmaModelTest, unittest.TestCase):
@unittest.skip(
reason="HybridCache can't be gathered because it is not iterable. Adding a simple iter and dumping `distributed_iterator`"
" as in Dynamic Cache doesnt work. NOTE: @gante all cache objects would need better compatibility with multi gpu setting"
" as in Dynamic Cache doesn't work. NOTE: @gante all cache objects would need better compatibility with multi gpu setting"
)
def test_multi_gpu_data_parallel_forward(self):
pass