Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (e.g gpt, claude, gemini, llama, qwen, mistral).
I have successfully setup khoj using conda, postgresql 16, pytorch=2.1.0, torchvision=0.16.0, torchaudio=2.1.0, pytorch-cuda=12.1.
How to set torch.device to use my GPU?
Screenshots/Error message
UserWarning: Failed to initialize NumPy: DLL load failed while importing _multiarray_umath: The specified module could not be found. (Triggered internally at C:\cb\pytorch_1000000000000\work\torch\csrc\utils\tensor_numpy.cpp:84.)
device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'),
Describe the bug
I have successfully setup khoj using conda, postgresql 16, pytorch=2.1.0, torchvision=0.16.0, torchaudio=2.1.0, pytorch-cuda=12.1.
How to set torch.device to use my GPU?
Screenshots/Error message
UserWarning: Failed to initialize NumPy: DLL load failed while importing _multiarray_umath: The specified module could not be found. (Triggered internally at C:\cb\pytorch_1000000000000\work\torch\csrc\utils\tensor_numpy.cpp:84.) device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'),
Platform