chore: Remove some unused bindings
This commit is contained in:
parent
dcee4754e5
commit
fa0e7c9d5b
2 changed files with 2 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
|||
poetry-core,
|
||||
buildPythonPackage,
|
||||
pytestCheckHook,
|
||||
}@inputs:
|
||||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
pname = "gguf";
|
||||
|
|
|
@ -3,14 +3,11 @@
|
|||
glibc,
|
||||
config,
|
||||
stdenv,
|
||||
mkShell,
|
||||
runCommand,
|
||||
cmake,
|
||||
gcc,
|
||||
ninja,
|
||||
pkg-config,
|
||||
git,
|
||||
python3,
|
||||
mpi,
|
||||
blas,
|
||||
cudaPackages,
|
||||
|
@ -43,8 +40,7 @@
|
|||
effectiveStdenv ? if useCuda then cudaPackages.backendStdenv else stdenv,
|
||||
enableStatic ? effectiveStdenv.hostPlatform.isStatic,
|
||||
precompileMetalShaders ? false,
|
||||
gguf-py,
|
||||
}@inputs:
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (lib)
|
||||
|
@ -52,7 +48,6 @@ let
|
|||
cmakeFeature
|
||||
optionals
|
||||
strings
|
||||
versionOlder
|
||||
;
|
||||
|
||||
stdenv = throw "Use effectiveStdenv instead";
|
||||
|
@ -72,8 +67,6 @@ let
|
|||
suffices != [ ]
|
||||
) ", accelerated with ${strings.concatStringsSep ", " suffices}";
|
||||
|
||||
executableSuffix = effectiveStdenv.hostPlatform.extensions.executable;
|
||||
|
||||
xcrunHost = runCommand "xcrunHost" { } ''
|
||||
mkdir -p $out/bin
|
||||
ln -s /usr/bin/xcrun $out/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue