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

Bug fix for TORCH_VERSION_AFTER_* importation #433

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bug fix for TORCH_VERSION_AFTER_* importation
Bug fix for TORCH_VERSION_AFTER_* importation
  • Loading branch information
qingquansong authored Jun 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d585bac7ff6e5138d3de8e66925905e1f5b0ef94
2 changes: 1 addition & 1 deletion benchmarks/intmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import pathlib

import torch
from torchao.quantization.utils import TORCH_VERSION_AFTER_2_4, TORCH_VERSION_AFTER_2_2
from torchao.utils import TORCH_VERSION_AFTER_2_4, TORCH_VERSION_AFTER_2_2


# Check if CUDA is available, if not, exit the script
Expand Down