Is your feature request related to a problem? Please describe.
To prevent breakages for other platforms like MPS and Windows due to deps like openvino, llmcompressor and torch which do not have universal support for each platform, we can publish separate wheels for the platform. If this proves to be a bit of a challenge, we can use a PEP 425 tag for the linux version, so that users are aware of combability when they install the package. WDYT?
cc: @davidberenstein1957
Describe the solution you'd like
Publish separate wheels for each platform or tag the future versions for linux only installation.