You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop unnecessary torch warnings, allow numpy v2 support (#1595)
SUMMARY:
Drop torch extraneous warnings, including warning about use of
torch.compile on torch v2. Allow numpy v2 as a dependency (unclear why
this was previously not allowed)
- vllm pins torch==2.7.0 and has no restrictions on numpy
- compressed-tensors has torch>=1.7.0 and no explicit numpy dependency
- pytorch has no restrictions on numpy
TEST PLAN:
no net new src code
---------
Signed-off-by: Brian Dellabetta <bdellabe@redhat.com>
0 commit comments