v0.10.2
New Features
XPU support
This release adds full support for Intel XPU devices, including kernel layers. XPU variants use the form: torch<torch-version>-cxx<C++-ABI>-xpu<OneAPI-version>-x86_64-linux.
kernel upload utility
Upload kernels to the Hub in a single command. For example, to upload the kernel in the current directory:
$ kernels upload . --repo_id="username/kernelname"The repository will also be created (publicly) if it does not exist yet. For more information, see the documentation.
What's Changed
- Add support for XPU layer repostories by @danieldk in #142
- [feat] add an uploading utility. by @sayakpaul in #138
- Improve errors for layer validation by @danieldk in #145
- Describe the
get_kernel/LayerRepositoryversion argument by @danieldk in #147 - Removing unexisting link in README by @MekkCyber in #148
- Fix some spelling errors to check docs CI is working by @danieldk in #120
- Document the
to-wheelsubcommand by @danieldk in #149 - Bump huggingface_hub upper bound <2.0 by @Wauplin in #151
- faq: why only replace
forwardmethods? by @danieldk in #153 - [tests] turn the
kernels uploadtests to be staging tests by @sayakpaul in #152 - Set version to 0.10.2.dev0 by @danieldk in #154
New Contributors
- @sayakpaul made their first contribution in #138
- @Wauplin made their first contribution in #151
Full Changelog: v0.10.1...v0.10.2