Nvidea driver error while config is set to CPU
pieterhouwen opened this issue · 0 comments
pieterhouwen commented
When running python3 models_server.py --config configs/config.default.yaml
I get an error about the nvidea driver not being found.
config.default.yaml is set to the following:
inference_mode: huggingface # local, huggingface or hybrid, prefer hybrid
local_deployment: minimal # minimal, standard or full, prefer full
device: cpu # cuda:id or cpu
Is it simply not possible to use Jarvis without an Nvidea GPU or did I misconfigure something?