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: ngxson/wllama
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.2
Choose a base ref
...
head repository: ngxson/wllama
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.3
Choose a head ref
  • 4 commits
  • 18 files changed
  • 4 contributors

Commits on Jun 7, 2025

  1. Strict tsconfig.json (#178)

    * [fix] set verbatimModuleSynthax to true
    
    * [fix] set noImplicitOverride to true
    
    * [fix] set exactOptionalPropertyTypes to true
    
    ---------
    
    Co-authored-by: Xuan Son Nguyen <son@huggingface.co>
    Jerboas86 and ngxson authored Jun 7, 2025
    Configuration menu
    Copy the full SHA
    fc41184 View commit details
    Browse the repository at this point in the history
  2. Improve GGUF file validation to support URLs with query parameters (#177

    )
    
    * Improve GGUF file validation to support URLs with query parameters
    
    * Add support for URL query parameters in model shard parsing
    
    * fix import in example
    
    ---------
    
    Co-authored-by: Xuan Son Nguyen <son@huggingface.co>
    felladrin and ngxson authored Jun 7, 2025
    Configuration menu
    Copy the full SHA
    4878069 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. fix ts strict mode (#186)

    * fix ts strict mode
    
    * do not bump version
    ngxson authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    355db70 View commit details
    Browse the repository at this point in the history
  2. sync with latest upstream llama.cpp (#187)

    * sync with latest upstream llama.cpp
    
    * v2.3.3
    ngxson authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    3262947 View commit details
    Browse the repository at this point in the history
Loading