Proper pytorch check

This commit is contained in:
n00mkrad
2022-07-04 10:14:31 +02:00
parent 16aef55e64
commit c8744f26f9
5 changed files with 14 additions and 9 deletions

View File

@@ -31,6 +31,9 @@ namespace Flowframes.Data
PkgDir = pkgDir;
SupportedFactors = supportedFactors;
FactorSupport = factorSupport;
if (backend == AiBackend.Pytorch)
Description += " (Nvidia Only!)";
}
}
}