1
0

Fix crash at startup if TensorFlow is not supported (#8984)

* Lazy loading tensorflow

* CHANGELOG

* CHANGELOG

* Check CPU flags

* .
This commit is contained in:
MeiMei
2022-07-12 10:38:57 +09:00
committed by GitHub
parent 1557d0afb8
commit 660781afd9
2 changed files with 29 additions and 2 deletions
+7
View File
@@ -9,6 +9,13 @@
You should also include the user name that made the change.
-->
## 12.x.x (unreleased)
### Improvements
### Bugfixes
- Server: Fix crash at startup if TensorFlow is not supported @mei23
## 12.112.3 (2022/07/09)
### Improvements