We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40956c9 commit 319736bCopy full SHA for 319736b
recipe/meta.yaml
@@ -333,7 +333,7 @@ outputs:
333
- nomkl # [blas_impl != "mkl"]
334
# GPU requirements without run_exports
335
- cudnn <9.11 # [cuda_compiler_version != "None"]
336
- - triton {{ triton }} # [cuda_compiler_version != "None" and not win]
+ - triton =={{ triton }} # [cuda_compiler_version != "None" and not win]
337
# avoid that people without GPUs needlessly download ~0.5-1GB
338
- __cuda # [cuda_compiler_version != "None"]
339
- python
0 commit comments