mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Fix issue 724: unused args (#726)
* Fix issue 724: unused args * Update 02_opt_multi_gpu_ddp.py
This commit is contained in:
committed by
GitHub
parent
c8c6e7814a
commit
83c76891fc
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user