MCPcopy Create free account
hub / github.com/RWKV/rwkv.cpp / __init__

Method __init__

python/rwkv_cpp/rwkv_cpp_shared_library.py:31–109  ·  view source on GitHub ↗

Loads the shared library from specified file. In case of any error, this method will throw an exception. Parameters ---------- shared_library_path : str Path to rwkv.cpp shared library. On Windows, it would look like 'rwkv.dll'. On UNIX, 'rwkv.so

(self, shared_library_path: str)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected