set num workers to 1 for now to avoid os memory error

This commit is contained in:
ferdinand.mom 2024-11-04 14:39:52 +00:00
parent e19f74b715
commit a44f905254

View File

@ -29,7 +29,7 @@
},
"dataset": {
"name": "roneneldan/TinyStories",
"num_workers": 4,
"num_workers": 1,
"num_proc": 4
},
"checkpoint": {