1. 02 Dec, 2025 5 commits
  2. 01 Dec, 2025 3 commits
    • 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
    • Bruce MacDonald's avatar
      api/client: handle non-json streaming errors (#13007) · 5b6a8e60
      Bruce MacDonald authored
      While processing the response stream during a chat or generation if an error is occurred it is parsed and returned to the user. The issue with the existing code is that this assumed the response would be valid JSON, which is not a safe assumption and caused cryptic error messages to be displayed due to parsing failures:
      `invalid character 'i' looking for beginning of value`
      
      This change updates the stream function to return the raw error string if it cant be parsed as JSON. This should help with debugging issues by making sure the actual error reaches the user.
      5b6a8e60
    • Daniel Hiltgen's avatar
      jetpack: require exact match or skip cuda_jetpack* (#13288) · 467bbc0d
      Daniel Hiltgen authored
      The cuda_jetpack libs will enumerate discrete GPUs on SBSA systems
      which leads to runtime failures of missing kernels.  This fix
      requires an exact match to enable jetpacks instead of relying on
      enumeration to filter out supported libraries.
      467bbc0d
  3. 30 Nov, 2025 1 commit
  4. 29 Nov, 2025 1 commit
  5. 26 Nov, 2025 1 commit
  6. 20 Nov, 2025 6 commits
  7. 19 Nov, 2025 10 commits
  8. 18 Nov, 2025 7 commits
  9. 17 Nov, 2025 4 commits
  10. 16 Nov, 2025 2 commits