С# bindings question #2365
Closed
thewsoftware
started this conversation in
Bindings
Replies: 1 comment
-
The current C# bindings are lacking a maintainer and need to be updated. See #2256 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello fellow AI enthusiasts,
I'm trying to build and run C# binding example from scratch and ran into issues. I'm a relatively new to AI and C++ is not my area of expertise, so please excuse me for silly beginner's questions.
The runtime library was successfully built using MSVS 2022 CE. A new directory
.\runtimes\win-x64
was created, but there is no.\native
sub-directory. Is it the expectation or it needs to be created manually?What is the expected content of
.\runtimes\win-x64\
directory after runningbuild_win-msvc.ps1
build script?Here is what was created after running the script:
fmt.dll
gptj-kompute-avxonly.dll
gptj-kompute.dll
libllmodel.dll
llamamodel-mainline-cuda-avxonly.dll
llamamodel-mainline-cuda.dll
llamamodel-mainline-kompute-avxonly.dll
llamamodel-mainline-kompute.dll
I can see libllmodel.dll but not libllama.dll
Is there something I'm missing? Where did I make a wrong turn? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions