Merge pull request #278470 from azuwis/triton-bin

python311Packages.torch-bin: Fix build on x86_64-darwin
This commit is contained in:
Weijia Wang 2024-01-09 22:56:31 +01:00 committed by GitHub
commit 0ff29c70e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ in buildPythonPackage {
jinja2
networkx
filelock
] ++ lib.optionals stdenv.isx86_64 [
] ++ lib.optionals (stdenv.isLinux && stdenv.isx86_64) [
openai-triton
];