Freedom GPT on qubes? Anyone?

git clone --recursive https://github.com/ohmplatform/FreedomGPT.git freedom-gpt
cd freedom-gpt
yarn install
yarn start:prod

So yesterday I tried this and it didn’t had any problems installing and downloading on a stand alone debian based environment in my qubes 4.1 OS. thing is when i try running the program I nottice a lot of issues regarding the following:

✔ [plugin-webpack] Launching dev servers for renderer process code [1s]
  › Output Available: http://localhost:9000

Server listening on port 8889
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[5053:0623/052729.545786:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[5101:0623/052729.690841:ERROR:gpu_memory_buffer_support_x11.cc(49)] dri3 extension not supported.
[5061:0623/052729.696472:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
update-electron-app config looks good; aborting updates since app is in development mode
spawned
Child process exited with code 2 and signal null
Socket disconnected: transport close
Done in 533.63s.

tl,dr: it runs fine but I can’t load the chat window and I’m wondering if anyone else have the same issue

it’s trying to use GPU acceleration but it’s not available in qubes.

Would it work if dGPU is passed through to a HVM?

Most likely yes.

1 Like