set num workers to 1 for now to avoid os memory error
This commit is contained in:
parent
e19f74b715
commit
a44f905254
@ -29,7 +29,7 @@
|
||||
},
|
||||
"dataset": {
|
||||
"name": "roneneldan/TinyStories",
|
||||
"num_workers": 4,
|
||||
"num_workers": 1,
|
||||
"num_proc": 4
|
||||
},
|
||||
"checkpoint": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user