mlx-swift-examples
mlx-swift-examples copied to clipboard
Is it possible to support concurrency in model container
https://github.com/ml-explore/mlx-swift-examples/blob/42b0d21a607b97c3b99d1e20626b7d9b14827b81/Libraries/MLXLMCommon/ModelContainer.swift#L9
As comment above mentioned, now it is single thread access only, but in some cases, concurrency is really useful to speed up.
Thanks for reply