Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Sep 26, 2023
1 parent 3b4ed87 commit d0e9159
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ import (
func getLibrary() string {
switch runtime.GOOS {
case "darwin":
return "./deps/darwin/librwkv_x86.dylib"
return "./deps/darwin/libstable-diffusion_arm64.dylib"
case "linux":
return "./deps/linux/librwkv.so"
return "./deps/linux/libstable-diffusion.so"
case "windows":
return "./deps/windows/rwkv_avx2_x64.dll"
return "./deps/windows/stable-diffusion_avx2_x64.dll"
default:
panic(fmt.Errorf("GOOS=%s is not supported", runtime.GOOS))
}
Expand Down

0 comments on commit d0e9159

Please sign in to comment.