Skip to content
Snippets Groups Projects
Commit 38d6492a authored by Mateusz Klimaszewski's avatar Mateusz Klimaszewski
Browse files

Fix missing comma.

parent df3ec793
Branches
Tags
No related merge requests found
...@@ -12,7 +12,7 @@ REQUIREMENTS = [ ...@@ -12,7 +12,7 @@ REQUIREMENTS = [
'tensorboard==2.1.0', 'tensorboard==2.1.0',
'torch==1.5.0', 'torch==1.5.0',
'torchvision==0.6.0', 'torchvision==0.6.0',
'tqdm==4.43.0' 'tqdm==4.43.0',
'transformers==2.9.1', 'transformers==2.9.1',
] ]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment