Bug report - RuntimeError: Unknown qengine #104
-
🐛 Bugpickle not read model To ReproduceSteps to reproduce the behavior:
Traceback (most recent call last): Expected behaviorgenerate voice EnvironmentPyTorch version: 1.10.0 OS: macOS 10.13.6 (x86_64) Python version: 3.9.2 (default, Mar 26 2021, 01:41:56) [Clang 10.0.0 (clang-1000.11.45.5)] (64-bit runtime) Versions of relevant libraries:
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi,
Looks like you are launching the network on a MacBook? This error typically occurs on older CPUs on old Windows machines. Typically people reported using old Windows versions with CPUs not supporting AVX2 instructions (this is a requirement for some quantization backends). Some parts of the model are quantized (it was deliberate choice we came to regret, but we wanted to save some space in additional modules). People reported that reading these links and trying this setting helped:
Please report if any of this is helpful. |
Beta Was this translation helpful? Give feedback.
-
Also, we have not tested with 1.10 (since it just came out), but my assumption is that it should be compatible. |
Beta Was this translation helpful? Give feedback.
Hi,
Looks like you are launching the network on a MacBook?
This error typically occurs on older CPUs on old Windows machines. Typically people reported using old Windows versions with CPUs not supporting AVX2 instructions (this is a requirement for some quantization backends). Some parts of the model are quantized (it was deliberate choice we came to regret, but we wanted to save some space in additional modules).
People reported that reading these links and trying this setting helped: