• Daniel Hiltgen's avatar
    win: warn if ggml-base detected in PATH (#13289) · 55417275
    Daniel Hiltgen authored
    If the user has somehow installed another GGML based app which places a
    ggml-base lib somewhere in their PATH, we can experience runtime problems
    due to incompatibilities.  This change adds a warning message if we detect
    a ggml-base outside of our install location to aid in troubleshooting.
    55417275
runner.go 15.4 KB