123mitnik

Results 5 comments of 123mitnik

vote for Elixir & Erlang support

I have what @stefanvanherwijnen explained (when I push a new version the client is forced to reload by checking the version on the server) also in my Nginx config for...

it happens to me when i set the device="cpu" (i need to set it to cpu - because of ```the MPSNDArray.mm:782: failed assertion `[MPSNDArray, initWithBuffer:descriptor:] Error: buffer is not large...

@oguiza Hi Ignacio, This is from pytorch. So, it has nothing to do with tsai - https://github.com/pytorch/pytorch/issues/86152 This is just because I can't run it with the nightly build of...

in misc_views.py change `form = UserProfileForm(request.form, current_user)` to `form = UserProfileForm(obj=current_user)` it should do the trick