Fix issue 724: unused args (#726)

* Fix issue 724: unused args

* Update 02_opt_multi_gpu_ddp.py
This commit is contained in:
Matthew Hernandez
2025-07-08 04:37:39 -07:00
committed by GitHub
parent c8c6e7814a
commit 83c76891fc
3 changed files with 3 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ def gpt2_files(imported_module):
return paths
def test_tokenizer_training(imported_module, gpt2_files):
def test_tokenizer_training(imported_module):
BPETokenizerSimple = getattr(imported_module, "BPETokenizerSimple", None)
download_file_if_absent = getattr(imported_module, "download_file_if_absent", None)