forked from Babyhamsta/Aimmy
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve version handling, logging, and UI adjustments
Fixed Config Loading Issue Added extra details and checks for requirementsmanager. Updated error messages to reflect more general version ranges for TensorRT and CUDA/CUDNN. Made `AutoTrigger` method static. Upgraded `Microsoft.ML.OnnxRuntime.Gpu` package to 1.20.0. Added "CPU" execution provider dropdown item and commented out "DirectML". Modified `ReceiveNewConfig` method to include additional parameters and logging. Adjusted execution provider dropdown logic to include "CPU" and default to "CUDA". Improved `IsCUDAInstalled`, `IsCUDNNInstalled`, and `IsTensorRTInstalled` methods for more general version checks and added detailed logging. Removed redundant code and added comments for clarity. Fixed minor formatting issues and enhanced error handling and logging in various methods. Updated `LoadConfig` and `LoadModelsIntoListBox` methods with additional checks and logging. Enhanced `RequirementsManager` for more general version checks and added detailed logging.
- Loading branch information
1 parent
9b667f9
commit 3fbb69d
Showing
5 changed files
with
105 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters