We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8a398 commit 734b98aCopy full SHA for 734b98a
1 file changed
speechbrain/core.py
@@ -51,7 +51,7 @@
51
torch._C._jit_set_profiling_mode(False)
52
INTRA_EPOCH_CKPT_FLAG = "brain_intra_epoch_ckpt"
53
PYTHON_VERSION_MAJOR = 3
54
-PYTHON_VERSION_MINOR = 7
+PYTHON_VERSION_MINOR = 8
55
56
# Arguments passed via the run opts dictionary
57
run_opt_defaults = {
0 commit comments