exllama icon indicating copy to clipboard operation
exllama copied to clipboard

libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)

Open tpfwrz opened this issue 2 years ago • 1 comments

I get this error with exllama running elinas alpaca 4bit safetensors

Previously i never got this issue, not sure if its going to impact performence or cause random crashes

I tried a fresh python virtualenv reinstalling requirements and still get the error

what do you think the cause / implications of this is? @turboderp

I also tried using my conda environment + virtual env, and still get the issue

It happens on initialization, though i may have also seen it when working with larger context sizes logs:

-- Tokenizer: /path/to/gen-models/elinas_alpaca-30b-lora-int4/tokenizer.model -- Model config: /path/to/gen-models/elinas_alpaca-30b-lora-int4/config.json -- Model: /path/to/gen-models/elinas_alpaca-30b-lora-int4/alpaca-30b-4bit-128g.safetensors -- Sequence length: 2048 -- Tuning: -- --matmul_recons_thd: 8 -- --fused_mlp_thd: 2 -- --sdp_thd: 8 -- Options: [] -- Loading model... -- Loading tokenizer... -- Groupsize (inferred): 128 -- Act-order (inferred): no -- Sessions stored in: /path/to/exllama_sessions/ Opening in existing browser session. libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)

tpfwrz avatar Jul 05 '23 05:07 tpfwrz

Do you get this with other models as well? It sounds like it's related to Chromium, AMD drivers and Wayland..?

turboderp avatar Jul 05 '23 12:07 turboderp

This seems to have gone stale.

turboderp avatar Aug 06 '23 04:08 turboderp