-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ccdesue
committed
Jan 12, 2023
1 parent
2cf4125
commit 2b40069
Showing
3 changed files
with
15 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
a simple gui wrapper for onnxruntime ep DirectMl on windows platform | ||
a simple gui wrapper for onnxruntime ep DirectMl on windows platform | ||
|
||
|
||
```pwsh | ||
set PYTHONOPTIMIZE=2 | ||
pyinstaller.exe ` | ||
--path \path\to\app ` | ||
.\main.py -n vits_directml | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
gradio web demo use raw onnxruntime |