Skip to content

Commit

Permalink
Update toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharrnah committed Nov 23, 2023
1 parent ac0f8f3 commit a0dd97f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FyneApp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Website = "https://github.com/Sharrnah/whispering-ui"
Name = "Whispering Tiger"
ID = "tiger.whispering"
Version = "1.2.0"
Build = 8
Build = 9
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ func main() {
RuntimeBackend.BackendsList[0].AttachEnvironment("PYTHONLEGACYWINDOWSSTDIO", "UTF-8")
RuntimeBackend.BackendsList[0].AttachEnvironment("PYTHONUTF8", "1")
RuntimeBackend.BackendsList[0].AttachEnvironment("CT2_CUDA_ALLOW_FP16", "1")

// AMD ROCm support (Todo: does this work with NVIDIA?)
RuntimeBackend.BackendsList[0].AttachEnvironment("HSA_OVERRIDE_GFX_VERSION", "10.3.0")
}
// RuntimeBackend.BackendsList[0].AttachEnvironment("CUBLAS_WORKSPACE_CONFIG", ":4096:8")
if Utilities.FileExists("ffmpeg/bin/ffmpeg.exe") {
Expand Down

0 comments on commit a0dd97f

Please sign in to comment.