we actually build a dylib on macos
This commit is contained in:
parent
aacc8b6872
commit
977efba905
|
@ -188,7 +188,7 @@ def load_rwkv_shared_library() -> RWKVSharedLibrary:
|
|||
if 'win32' in sys.platform or 'cygwin' in sys.platform:
|
||||
file_name = 'rwkv.dll'
|
||||
elif 'darwin' in sys.platform:
|
||||
file_name = 'rwkv.o'
|
||||
file_name = 'librwkv.dylib'
|
||||
else:
|
||||
file_name = 'librwkv.so'
|
||||
|
||||
|
|
Loading…
Reference in New Issue