Skip to content

v0.10.3

Choose a tag to compare

@github-actions github-actions released this 13 Oct 15:26
· 11 commits to main since this release

New features

kernels check

This release adds a check subcommand to the kernels command. This subcommand can be used to check the ABI compatibility of a kernel on the Hub. For example:

$ kernels check kernels-community/activation
Checking variant: torch29-cxx11-cu130-x86_64-linux                                                                                                                                                                                   
  Dynamic library activation/_activation_beeaae6.abi3.so:                                                                                                                                                                            
    🐍 Python ABI 3.9 compatible                                                                                                                                                                                                     
    🐧 manylinux_2_28 compatible
[...]
Checking variant: torch29-cxx11-cu126-x86_64-linux                                                                                                                                                                                   
  Dynamic library activation/_activation_beeaae6.abi3.so:                                                                                                                                                                            
    🐍 Python ABI 3.9 compatible                                                                                                                                                                                                     
    🐧 manylinux_2_28 compatible

Upload a kernel to a branch

kernels upload now has an additional --branch option to upload a kernel to a branch.

What's Changed

Full Changelog: v0.10.2...v0.10.3