Skip to content

Commit

Permalink
Merge pull request #278470 from azuwis/triton-bin
Browse files Browse the repository at this point in the history
python311Packages.torch-bin: Fix build on x86_64-darwin
  • Loading branch information
wegank authored Jan 9, 2024
2 parents 8f45528 + 768d9d5 commit 0ff29c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/torch/bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ in buildPythonPackage {
jinja2
networkx
filelock
] ++ lib.optionals stdenv.isx86_64 [
] ++ lib.optionals (stdenv.isLinux && stdenv.isx86_64) [
openai-triton
];

Expand Down

0 comments on commit 0ff29c7

Please sign in to comment.