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: utilityai/llama-cpp-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.99
Choose a base ref
...
head repository: utilityai/llama-cpp-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.100
Choose a head ref
  • 7 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 22, 2025

  1. Add grammar_lazy sampler

    nhaghighat committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    dabcb10 View commit details
    Browse the repository at this point in the history
  2. Add top_n_sigma sampler

    nhaghighat committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    c1e17d7 View commit details
    Browse the repository at this point in the history
  3. Add reset sampler

    nhaghighat committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    71a8e22 View commit details
    Browse the repository at this point in the history
  4. Add get_seed method

    nhaghighat committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    914bce3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    3997277 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #672 from nhaghighat/feature/add-samplers-and-life…

    …cycle-methods
    
    Add top_n_sigma and grammar_lazy samplers; Add reset and get_seed methods to LlamaSampler
    MarcusDunn authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    d5a5645 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #680 from utilityai/version-bump-0.1.100

    Bumped version to 0.1.100
    MarcusDunn authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    ea77526 View commit details
    Browse the repository at this point in the history
Loading