Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Sampler Stages #961

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    79aca7f View commit details
    Browse the repository at this point in the history
  2. - Fixed calls causing an access violation exception (the pointer is t…

    …he `LLamaSamplerNative*`, not the `GCHandle` value).
    
     - Properly typed as much of it as possible (using delegate pointers)
     - Replaced pointers with `ref` where possible, making much of the API safe
     - Created an example for custom sampling (removed test code from `DefaultSamplingPipeline`)
    martindevans committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    03f4b34 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    7c05517 View commit details
    Browse the repository at this point in the history
  2. Fixed spelling

    martindevans committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a88ecba View commit details
    Browse the repository at this point in the history
  3. - Replaced Free with more conventional IDisposable on `ICustomSam…

    …pler`
    
     - Improved documentation on `Apply` related to setting the `Sorted` flag
    martindevans committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6b10049 View commit details
    Browse the repository at this point in the history
  4. Fixed example project

    martindevans committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    44c1ff0 View commit details
    Browse the repository at this point in the history