mistral-rs: switch to fetchCargoVendor; use config.cudaCapability as default for cudaCapability (#359997)

This commit is contained in:
Pol Dellaiera 2024-11-30 06:38:23 +01:00 committed by GitHub
commit f87e975048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 5012 deletions

File diff suppressed because it is too large Load Diff

View File

@ -92,13 +92,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-aflzpJZ48AFBqNTssZl2KxkspQb662nGkEU6COIluxk=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"bindgen_cuda-0.1.6" = "sha256-OWGcQxT+x5HyIFskNVWpPr6Qfkh6Mv/g4PVSm5oA27g=";
"candle-core-0.7.2" = "sha256-OovBzD1gEYToa3HT8oQtbY6sDy0heRwAH2cK7gz5Jm0=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-USp8siEXVjtkPoCHfQjDYPtgLfNHcy02LSUNdwDbxgs=";
nativeBuildInputs = [
pkg-config