mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 04:09:29 +01:00
Proper pytorch check
This commit is contained in:
@@ -270,7 +270,7 @@ namespace Flowframes
|
||||
|
||||
void InitAis()
|
||||
{
|
||||
bool pytorchAvailable = Python.HasEmbeddedPyFolder() || Python.IsSysPyInstalled();
|
||||
bool pytorchAvailable = Python.IsPytorchReady();
|
||||
|
||||
foreach (AI ai in Implementations.networks)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user