Rubiksman78 / RenAI-Chat

VN Like Interface for Chatbots
Creative Commons Zero v1.0 Universal
64 stars 4 forks source link

AssertionError: Torch not compiled with CUDA enabled #9

Closed nakumiayumu144 closed 1 year ago

nakumiayumu144 commented 1 year ago

image

Rubiksman78 commented 1 year ago

Run setup_gpu.bat after you've setup CUDA, cudNN and stuff for using your GPU. Local chatbots need GPU to run for now.

nakumiayumu144 commented 1 year ago

where is that?

Rubiksman78 commented 1 year ago

Sorry I mixed up, did you install it with your own python or did you use the built in from the drive?

nakumiayumu144 commented 1 year ago

What do you mean? Is it the CUDA? image

Rubiksman78 commented 1 year ago

Yes it is

nakumiayumu144 commented 1 year ago

I already installed it image

Rubiksman78 commented 1 year ago

Sorry I mixed up, did you install it with your own python or did you use the built in from the drive?

Can you answer this question too?

nakumiayumu144 commented 1 year ago

I installed it on my own image

Rubiksman78 commented 1 year ago

Did you install torch version for CUDA ? I suggest you to look at the Python installation section on the README if you did the setup with your own python build.

nakumiayumu144 commented 1 year ago

every time I change the version it is always incompatible with other modules pip install --force torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117 image

Rubiksman78 commented 1 year ago

Just download torch as explained and run the game usually, don't pay attention to the warnings it should work.

nakumiayumu144 commented 1 year ago

can u give me example for character json? and where is the location save file i want to reset?

Rubiksman78 commented 1 year ago

What do you mean by location save file?

There is a template for character json on the README.

nakumiayumu144 commented 1 year ago

I mean I want to reset it, because every time I create a new one it still has the same history. image

Rubiksman78 commented 1 year ago

In char_history.txt

nakumiayumu144 commented 1 year ago

thanks for helping me 👍