Clean things up

This commit is contained in:
oobabooga 2023-01-16 16:35:45 -03:00
parent 3a99b2b030
commit 6456777b09
5 changed files with 16 additions and 23 deletions

View file

@ -28,7 +28,6 @@ def get_file(args):
t.close()
if __name__ == '__main__':
model = argv[1]
if model[-1] == '/':
model = model[:-1]