Add support for arm64 Windows/Linux for the Qualcomm Snapdragon XElite PCs Motivation These Copilot+ PCs are now available widely all over the world. It has the potential of becoming the basis for AI workstations performing at the level of Apple M1/M2/M3 for running MLC-LLM WITHOUT having...
A WSL update? A NodeJS update? A Windows 10/11 update? @rudyzeinoun's comment on #9508 $Package = Get-AppxPackage MicrosoftCorporationII.WindowsSubsystemforLinux -AllUsers Remove-AppxPackage $Package -AllUsers Add-AppxPackage .\Microsoft.WSL_1.0.3.0_x64_ARM64.msixbundle run in Powershell ...
Attempting to perform iOS backups/restores using the idevicebackup2 utility (from libimobiledevice) from an iPhone passed through to the WSL instance using USBIP, through usbmuxd on the linux side to handle the Apple protocols. Occasionally I would get successful backups/restores but the majority...