Skip to content

Bitsandbytes dos not support ROCm #56

Open
@luanrivello

Description

@luanrivello

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions