You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how do I set "buffer_size" and "max_in_cpu" in offload_param if I want to train a 3b model with my 16 GB vram and 32 gb ram computer?
I always run out of RAM or get "AssertionError: More elements than buffer size 100,000,000
now my setting:
buffer_size:390000000
max_in_cpu:300000000
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
how do I set "buffer_size" and "max_in_cpu" in offload_param if I want to train a 3b model with my 16 GB vram and 32 gb ram computer?
I always run out of RAM or get "AssertionError: More elements than buffer size 100,000,000
now my setting:
buffer_size:390000000
max_in_cpu:300000000
Beta Was this translation helpful? Give feedback.
All reactions