Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Koumparoulis <akoumparouli@nvidia.com>
  • Loading branch information
akoumpa committed Aug 27, 2024
1 parent 0176b31 commit 3ce7df8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/collections/llm/gpt/model/test_model_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def import_from_hf(config_name, hf_path):
import_ckpt(model=model, source=hf_path)

if __name__ == '__main__':
for config_name, hf_id in config_name_to_hf_id.items():
src = f'hf:///mnt/datadrive/TestData/nemo2_ckpt/{config_name}'
import_from_hf(config_name, src)
for config_name, hf_id in config_name_to_hf_id.items():
src = f'hf:///mnt/datadrive/TestData/nemo2_ckpt/{config_name}'
import_from_hf(config_name, src)

0 comments on commit 3ce7df8

Please sign in to comment.