Insert correct sha256 for vllm 0.3.2

This commit is contained in:
Ghislain PUTOIS 2024-02-28 14:03:15 +01:00 committed by GitHub
parent 0fc8b6bc61
commit bf79c805ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ buildPythonPackage rec {
owner = "vllm-project";
repo = pname;
rev = "v${version}";
hash = nixpkgs.lib.fakeSha256;
hash = "sha256-ZFwlR8Xnen7FFblwzPJm0k+3iEo2p27QhfRaDfzwbOM=";
};
# Otherwise it tries to enumerate host supported ROCM gfx archs, and that is not possible due to sandboxing.