Skip to content

Commit 4e01c07

Browse files
Fix libcudla and libnvfatbin runtime versions
1 parent fcb0155 commit 4e01c07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recipe/recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ outputs:
163163
- if: linux and cufile_supported
164164
then: ${{ pin_compatible('libcufile', lower_bound='x', upper_bound='x') }}
165165
- if: aarch64
166-
then: libcudla >=13.0,<14.0a0
167-
- libnvfatbin >=13.0,<14.0a0
166+
then: libcudla >=12.0,<13.0a0
167+
- libnvfatbin >=12.0,<13.0a0
168168
- libnvjitlink >=12.3,<13
169169
ignore_run_exports:
170170
from_package:

0 commit comments

Comments
 (0)