We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ca98f commit 16b16b8Copy full SHA for 16b16b8
torchao/__init__.py
@@ -5,6 +5,7 @@
5
import warnings
6
warnings.filterwarnings("ignore", message="Failed to initialize NumPy: No module named 'numpy'")
7
8
+raise ValueError("BREAK")
9
10
# We use this "hack" to set torchao.__version__ correctly
11
# the version of ao is dependent on environment variables for multiple architectures
0 commit comments