quic / aimet

AIMET is a library that provides advanced quantization and compression techniques for trained neural network models.
https://quic.github.io/aimet-pages/index.html
Other
2.15k stars 383 forks source link

Clean up fast-release directory #3517

Closed quic-kyunggeu closed 2 days ago

quic-kyunggeu commented 2 days ago

Main Changes

  1. Removed 'pt21-py310' prefix from fast-release dockerfiles and requirements.txt, since now it can be used for all python variants.
    - Jenkins/fast-release/Dockerfile.torch-gpu-pt21-py310
    + Jenkins/fast-release/Dockerfile.torch-gpu
    - packaging/dependencies/fast-release/torch-gpu-pt21-py310
    + packaging/dependencies/fast-release/torch-gpu
  2. Deleted pt21-py38 dockerfiles and requirements.txt. (no longer needed)
    - Jenkins/fast-release/Dockerfile.torch-gpu-pt21-py38
    - packaging/dependencies/fast-release/torch-gpu-pt21-py38