VastIllumination
VastIllumination
I'm assuming you are running this on Windows 10/11, since I only saw this error on that not my Ubuntu machine. This step by step will install Cuda support for...
Thanks for the response. Really appreciate your YouTube channel. The PDF is only 200kb, didn't realize it would still take that long on lower end Nvidia Quadro M2000 GPU. I...
Thank you, your solution worked. Once I ran it on a machine with an RTX 3080 it got past that step finally. However now I get a "Killed" error. load...
> [armbis](/armbis) Try uninstalling and then installing "transformers": pip uninstall transformers pip install transformers conda update transformers I was personally able to resolve this error by running localGPT outside of...
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 want...
I can confirm along with Penthoy. With the same machine I am able to run localGPT successfully in Windows 10 but get this exact error when running it through Ubuntu...
> I got it working in WSL2 with a 64GB swap file and 16GB of memory. This was a ubuntu instance. > > With that said, this is with the...
> create a file call it 'create_files.py' inside the main repo directory. then run python create_files.py > it will create the files inside a directory called results. you can then...
> > > create a file call it 'create_files.py' inside the main repo directory. then run python create_files.py > > > it will create the files inside a directory called...
@goncalomoita . You are amazing, that worked right away. Thank you so much, this really streamlines GPT-Engineer. Can the developer add this code into future builds?