Open
Description
While trying to run nix run .#textgen-amd
I got the following error:
error:
… while evaluating the attribute 'optionalValue.value'
at /nix/store/xjviahzwa7x51vl51kc3c1k1n1jmhpd5-source/lib/modules.nix:854:5:
853|
854| optionalValue =
| ^
855| if isDefined then { value = mergedValue; }
… while evaluating a branch condition
at /nix/store/xjviahzwa7x51vl51kc3c1k1n1jmhpd5-source/lib/modules.nix:855:7:
854| optionalValue =
855| if isDefined then { value = mergedValue; }
| ^
856| else {};
(stack trace truncated; use '--show-trace' to show the full trace)
error:
text-generation-webui is not supported on AMD yet, as bitsandbytes does not support ROCm.
Also may I ask why not keep both KoboldAI and textgen as a part of the project?
Metadata
Metadata
Assignees
Labels
No labels