achillez
achillez
same problem - no solution yet
Sure it's a i7 11700K (8 phy core, 16 virt core), 32GB physical mem (16GB in WSL). GTX 1660 Ti 6GB mem. Not sure GPU config matters since I see...
why did you close this Anas? It's still an issue no? On Thu, Jun 1, 2023 at 11:45 PM Anas Raza ***@***.***> wrote: > Closed #45 as > completed. >...
Here's the python trace of the error. Appears it fails somewhere in torch init.py(101): if nonlinearity in linear_fns or nonlinearity == 'sigmoid': init.py(103): elif nonlinearity == 'tanh': init.py(105): elif nonlinearity...
> According to my machine, the program takes up so much memory that my 16 gigabytes of ram overflows. (My computer freezes for a second) The problem you are facing...
Fixed this by increasing the swap file size. Appears you need around 40GB of memory (mem+swap) to avoid the app crashing. Now it runs and asks for a prompt. However,...
For wsl you have to edit your .wslconfig file. Search online for the options. https://learn.microsoft.com/en-us/windows/wsl/wsl-config For default linux there's a few steps to take to unlink your swapfile, change the...
> I'm getting the same issue here in Ubuntu 22.04.2 . However I installed the same build on Windows 10 (Powershell) and everything works there (Temp solution for those that...
Fails on another Ubuntu setup (not WSL). Traced the python script, failing in torhc: init.py(101): if nonlinearity in linear_fns or nonlinearity == 'sigmoid': init.py(103): elif nonlinearity == 'tanh': init.py(105): elif...
> I will probably need to add smaller-size embeddings to use by default. What is your Hardware configuration? Can we make this change?