ctransformers icon indicating copy to clipboard operation
ctransformers copied to clipboard

Instructions for compiling from scratch

Open RevanthRameshkumar opened this issue 9 months ago • 0 comments

Are there any instructions for compiling the dlls from scratch? I am thinking to maybe just run through the GitHub workflow line by line on command line, but I want to make sure I am not missing anything.

My goal is to make changes to the sampling code for some models (like in llama.cc file).

My current guess is that I make the changes, run cmake like in the build.yml and the result appears as ctransformers.dll under the cuda folder in lib?

RevanthRameshkumar avatar Sep 24 '23 17:09 RevanthRameshkumar