FreedomGPT icon indicating copy to clipboard operation
FreedomGPT copied to clipboard

Can it use GPU on the windows app?

Open daddyparodz opened this issue 1 year ago • 3 comments

I saw that it's using the cpu only which is slower. Can you implement a way to choose if the user wants to use cpu or gpu?

daddyparodz avatar Apr 10 '23 18:04 daddyparodz

Bump^

Kolhax avatar Apr 11 '23 15:04 Kolhax

that's could be greeat to be able to use GPU instead of CPU for sure.

FranckUltima avatar Apr 11 '23 17:04 FranckUltima

I saw that it's using the cpu only which is slower. Can you implement a way to choose if the user wants to use cpu or gpu?

Unfortunately, chat.exe / chat is compiled without CUDA support. I have no idea why.

You could load the Alpaca model in KoboldAI and use it with GPU there.

You would need the entire structure from https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml/tree/main

in KoboldAI\models directory under a subfolder named Alpaca-native-4bit-ggml

cooperdk avatar Apr 12 '23 01:04 cooperdk