Guys, is there a windows 10 version? #17
Unanswered
Galaxy1878
asked this question in
Q&A
Replies: 2 comments
-
Hi there, For now, you can either use the docker container or the WSL (read the instructions in the readme). Windows will be supported natively probably in the next few days when we move to the python bindings version. Best regards Best regards |
Beta Was this translation helpful? Give feedback.
0 replies
-
thx, btw i already tried this on wsl |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Gpt4All-webui>python app.py
2023-04-06 17:25:04.275 | INFO | nomic.gpt4all.gpt4all:init:77 - Downloading executable...
Traceback (most recent call last):
File "D:\StableDiffusion\GPT4ALL\Gpt4All-webui\app.py", line 338, in
chatbot_bindings = GPT4All(decoder_config = {
File "D:\StableDiffusion\GPT4ALL\Gpt4All-webui\env\lib\site-packages\nomic\gpt4all\gpt4all.py", line 78, in init
self._download_executable()
File "D:\StableDiffusion\GPT4ALL\Gpt4All-webui\env\lib\site-packages\nomic\gpt4all\gpt4all.py", line 119, in _download_executable
raise NotImplementedError(f"Your platform is not supported: {plat}. Current binaries supported are x86 Linux and ARM Macs.")
NotImplementedError: Your platform is not supported: Windows-10-10.0.19045-SP0. Current binaries supported are x86 Linux and ARM Macs.
as you can read, i cant run it on windows 10. maybe i should run it on wsl ?
Beta Was this translation helpful? Give feedback.
All reactions