Gianluca Cavallaro

Results 4 comments of Gianluca Cavallaro

> Same here > > Fairly reckless temporary workaround: I patched `modeling.py:526` to be: `mean_leaves = int(sum([module_sizes[n] for n in leaves]) / ( len(leaves) or 1) )` > > Now...

> > Same here > > Fairly reckless temporary workaround: I patched `modeling.py:526` to be: `mean_leaves = int(sum([module_sizes[n] for n in leaves]) / ( len(leaves) or 1) )` > >...

> > here > > Can you please help me with how to fork the accelerate repository in colab environment with steps. Thank You. 1) Go to [https://github.com/huggingface/accelerate](https://github.com/huggingface/accelerate) and fork...

I tried different versions. It just needed torch==1.13.1 and torchvision==0.14.1. Thank you