mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.exllamav2: fix build after g++ bump
This commit is contained in:
parent
ac3f75b1bb
commit
ecd566a91f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
torch,
|
||||
websockets,
|
||||
}:
|
||||
buildPythonPackage (finalAttrs: {
|
||||
buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {
|
||||
pname = "exllamav2";
|
||||
version = "0.3.2";
|
||||
pyproject = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue