Merge pull request #278470 from azuwis/triton-bin
python311Packages.torch-bin: Fix build on x86_64-darwin
This commit is contained in:
commit
0ff29c70e0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ in buildPythonPackage {
|
|||
jinja2
|
||||
networkx
|
||||
filelock
|
||||
] ++ lib.optionals stdenv.isx86_64 [
|
||||
] ++ lib.optionals (stdenv.isLinux && stdenv.isx86_64) [
|
||||
openai-triton
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue