Zach Mueller
Zach Mueller
@jph00 feel free to assign to me here!
@caleb-depotanalytics can you post the full trace for me? I received something like: ```python Traceback (most recent call last): File "/home/zach_mueller_huggingface_co/fastai_bug.py", line 19, in learn.fit_flat_cos(2, 1e-3, cbs=[SaveModelCallback()]) File "/home/zach_mueller_huggingface_co/miniconda3/envs/accelerate/lib/python3.9/site-packages/fastai/callback/schedule.py", line...
@caleb-depotanalytics can you verify using `pip install git+https://github.com/muellerzr/fastai@fix-save` fixes this for you? Thanks!
No worries @danielhanchen, no rush :) the integration on our side can still be *made*, just not merged until this and I probably won’t get to that until later today/tommorow,...
How are you making your databunch?
@kevinbird15 is this still true on the latest fastai version? (2.4?)
@BenjaminBossan yes, time has come :)
cc @sayakpaul +related accelerate issue: https://github.com/huggingface/accelerate/issues/2497
Again though: this is deepspeed specific based on model sharding/splitting, so we should only modify the code for deepspeed specifically, unless there is a reason not to. (Aka, deepspeed and...
Great, let's adjust the logic for that case specifically then, and leave the already existing base logic in-tact then