from local

This commit is contained in:
dohe0342 2023-05-24 13:21:07 +09:00
parent 1a931527e4
commit 9c72b903f9
2 changed files with 1 additions and 1 deletions

View File

@ -1592,7 +1592,7 @@ def run_adapter(rank, world_size, args, wb=None):
print('-'*30)
for i, module in enumerate(model.modules()):
print(i, module)
print(i, type(module))
exit()