nroggendorff commited on
Commit
8255333
·
verified ·
1 Parent(s): a04f2e1

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +1 -1
train.py CHANGED
@@ -256,5 +256,5 @@ if __name__ == "__main__":
256
  try:
257
  main(PUSH_TO_HUB, INSTRUCT_FINETUNE_BOOL)
258
  except Exception as e:
259
- print(f'{e.__name__}: {e}')
260
  space.pause()
 
256
  try:
257
  main(PUSH_TO_HUB, INSTRUCT_FINETUNE_BOOL)
258
  except Exception as e:
259
+ print(f'{type(e).__name__}: {e}')
260
  space.pause()