mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python3Packages.exllamav2: fix build after g++ bump
(cherry picked from commit ecd566a91f)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
torch,
|
||||
websockets,
|
||||
}:
|
||||
buildPythonPackage (finalAttrs: {
|
||||
buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {
|
||||
pname = "exllamav2";
|
||||
version = "0.3.2";
|
||||
pyproject = true;
|
||||
|
||||
Reference in New Issue
Block a user