-
Notifications
You must be signed in to change notification settings - Fork 70
Description
I already use mlx and Whisperkit in a Swift App targeting macOS.
Bot of them depend on swift-transformers. It seems uform loads a package with the same Name, which leads to a dependency Conflict.
Also as the new swift-transformer doesn't have the same functions as the Huggingface one, my code can't be compiled anymore.
I get these errors in XCode;
dependency on 'https://github.com/huggingface/swift-transformers.git' conflicts with dependency on 'https://github.com/ashvardanian/swift-transformers' which has the same identity 'swift-transformers'. this will be escalated to an error in future versions of SwiftPM.
dependency on 'https://github.com/huggingface/swift-transformers' conflicts with dependency on 'https://github.com/ashvardanian/swift-transformers' which has the same identity 'swift-transformers'. this will be escalated to an error in future versions of SwiftPM.