Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove platform tag from aimet_torch pip package #3666

Merged

Conversation

quic-kyunggeu
Copy link
Contributor

Main Changes

  • Removed platform tag from aimet_torch pip package. Now you can install aimet_torch in all platform (arm64, MacOS, etc)
  • However, importing aimet_torch.v1 will still assert certain platform (currently x86_64 + manylinux)

Example

>>> import sys; sys.version
'3.8.20 (default, Sep  7 2024, 18:35:08) \n[GCC **11.4.0]'**
>>> import torch; torch.__version__
'2.2.2+cu121'
>>> import aimet_torch.v1
ImportError: aimet_torch.v1 package requires following environment:
  * Python: cpython-310-x86_64-linux-gnu (currently you have cpython-38-x86_64-linux-gnu)
  * torch==2.1.*+cu118 (currently you have torch==2.2.2+cu121)

@quic-kyunggeu quic-kyunggeu merged commit 5e9ede4 into quic:develop Dec 18, 2024
4 checks passed
@quic-kyunggeu quic-kyunggeu deleted the remove_aimet_torch_platform_tag branch December 18, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants