Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hybridgroup/yzma
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dc2fce7
Choose a base ref
...
head repository: hybridgroup/yzma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6145412
Choose a head ref
  • 8 commits
  • 36 files changed
  • 1 contributor

Commits on Nov 25, 2025

  1. feature: use runtime.GOARCH for download to support arm64 on Linux/Wi…

    …ndows for certain configurations
    
    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    71fdc55 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. feature: add download location for llama.cpp prebuilt binaries for Li…

    …nux arm64 Vulkan
    
    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    eb133bb View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. modules: add gonja package

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    43a3a2b View commit details
    Browse the repository at this point in the history
  2. feature: add support for messages and jinja templates

    This adds 2 new subpackages to make it easier to use models that provide
    chat templates using Jinja. The message package contains types related to
    the different kinds of messages exchanged with models, e.g. chat, tools, etc.
    The template package adds support for using Jinja templates generally meant
    to be used together with the message package.
    
    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    3627a7f View commit details
    Browse the repository at this point in the history
  3. examples: add tooluse example

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    072c6d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. cmd: add yzma CLI tool

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    a8ca38e View commit details
    Browse the repository at this point in the history
  2. fix: correct path for CLI module

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    18214a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2025

  1. fix: increase size of return buffer for metadata calls, since they ar…

    …e also used for prompt templates
    
    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Nov 30, 2025
    Configuration menu
    Copy the full SHA
    6145412 View commit details
    Browse the repository at this point in the history
Loading