1. 04 Jan, 2024 2 commits
    • Daniel Hiltgen's avatar
      Load dynamic cpu lib on windows · e9ce91e9
      Daniel Hiltgen authored
      On linux, we link the CPU library in to the Go app and fall back to it
      when no GPU match is found. On windows we do not link in the CPU library
      so that we can better control our dependencies for the CLI.  This fixes
      the logic so we correctly fallback to the dynamic CPU library
      on windows.
      e9ce91e9
    • Jeffrey Morgan's avatar
      update cmake flags for `amd64` macOS (#1780) · 29340c2e
      Jeffrey Morgan authored
      * update cmake flags for intel macOS
      
      * remove `LLAMA_K_QUANTS`
      
      * put back `CMAKE_OSX_DEPLOYMENT_TARGET` and disable `LLAMA_F16C`
      29340c2e
  2. 02 Jan, 2024 3 commits
  3. 22 Dec, 2023 1 commit
  4. 21 Dec, 2023 1 commit
    • Daniel Hiltgen's avatar
      Revive windows build · d9cd3d96
      Daniel Hiltgen authored
      The windows native setup still needs some more work, but this gets it building
      again and if you set the PATH properly, you can run the resulting exe on a cuda system.
      d9cd3d96
  5. 19 Dec, 2023 2 commits