-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
clientenhancementNew feature or requestNew feature or requestrustPull requests that update rust codePull requests that update rust codexet-core
Description
Feature Request: Windows ARM64 Support
Description
Request to add support for Windows ARM64 architecture in the xet-core project.
Motivation
With the increasing adoption of Windows on ARM devices (such as Surface Pro X, Windows ARM laptops), it would be beneficial to support ARM64 architecture for Windows platforms in addition to the existing x86_64 support.
Current Status
Based on the repository structure, the project currently supports:
- Linux (x86_64, arm64)
- macOS (x86_64, aarch64)
- Windows (x86_64)
Requested Feature
Add Windows ARM64 (aarch64) support to enable the hf-xet Python package to work on Windows ARM64 devices.
Additional Context
This would involve:
- Building and testing the Rust components for Windows ARM64
- Creating Python wheels for Windows ARM64 architecture
- Ensuring compatibility with the existing codebase
Thank you for considering this feature request!
Metadata
Metadata
Assignees
Labels
clientenhancementNew feature or requestNew feature or requestrustPull requests that update rust codePull requests that update rust codexet-core