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 e0d79af commit 8c6b16aCopy full SHA for 8c6b16a
luxonis_ml/nn_archive/config.py
@@ -6,7 +6,7 @@
6
7
from .model import Model
8
9
-CONFIG_VERSION = Literal["1.1"]
+CONFIG_VERSION = Literal["1.0", "1.1"]
10
11
12
class Config(BaseModelExtraForbid):
0 commit comments