Skip to content

Conversation

@HappyAmazonian
Copy link
Contributor

Description

Brief description of what this PR is about

  • If this change is a backward incompatible change, why must this change be made?
  • Interesting edge cases to note here

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

Feature/Issue validation/testing

Please describe the Unit or Integration tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.

  • Test A
    Logs for Test A

  • Test B
    Logs for Test B

redhairdragon and others added 4 commits November 19, 2025 23:17
The nightly pipeline was failing when pip tried to build autoawq==0.2.8
from source, which requires torch to be available during the build process.
With torch==2.8.0, pip's dependency resolver was selecting autoawq==0.2.8
which needs to build from source.

Pinning to autoawq==0.2.9 ensures pip uses the pre-built wheel, avoiding
the build-time torch dependency issue. This is cleaner than using
--no-build-isolation and maintains proper build isolation.

Note: autoawq is used in partition.py for AWQ quantization.

Fixes: ModuleNotFoundError: No module named 'torch' during autoawq build
The incorrect URL 'https://central.sonatype.com/repository/maven-snapshots/'
was causing build failures when resolving SNAPSHOT dependencies.

Changed to the correct Sonatype OSS snapshot repository:
'https://oss.sonatype.org/content/repositories/snapshots/'
@HappyAmazonian HappyAmazonian requested review from a team and zachgk as code owners November 20, 2025 02:04
@HappyAmazonian HappyAmazonian merged commit 63a6dcf into 0.34.0-dlc Nov 20, 2025
13 of 24 checks passed
@HappyAmazonian HappyAmazonian deleted the fix/autoawq-build-isolation branch November 20, 2025 02:13
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.

4 participants