Merge pull request #278470 from azuwis/triton-bin
python311Packages.torch-bin: Fix build on x86_64-darwin
This commit is contained in:
@@ -68,7 +68,7 @@ in buildPythonPackage {
|
||||
jinja2
|
||||
networkx
|
||||
filelock
|
||||
] ++ lib.optionals stdenv.isx86_64 [
|
||||
] ++ lib.optionals (stdenv.isLinux && stdenv.isx86_64) [
|
||||
openai-triton
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user