8000 Comparing v0.24.1...v0.25.1 · ml-explore/mlx-lm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: ml-explore/mlx-lm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.24.1
Choose a base ref
...
head repository: ml-explore/mlx-lm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.25.1
Choose a head ref
  • 18 commits
  • 57 files changed
  • 7 contributors

Commits on May 14, 2025

  1. Add input_embeddings input to generate_step, Gemma 3, Qwen 2 (#179)

    * Add input_embeddings input to generate_step, Gemma 3, Qwen 2
    
    * PR responses
    
    * Better docstring for input_embeddings
    mattjcly authored May 14, 2025
    Configuration menu
    Copy the full SHA
    f93589c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Wandb fix (#177)

    * fix
    
    * fix
    
    * Enhance WandBCallback to log training and validation information with iteration steps. This improves the tracking of training progress in Weights & Biases.
    Goekdeniz-Guelmez authored May 15, 2025
    Configuration menu
    Copy the full SHA
    29f8e77 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Configuration menu
    Copy the full SHA
    5960ee9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. Configuration menu
    Copy the full SHA
    0824576 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. fix server cache (#183)

    awni authored May 18, 2025
    Configuration menu
    Copy the full SHA
    064c75d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. fix (#184)

    Goekdeniz-Guelmez authored May 19, 2025
    Configuration menu
    Copy the full SHA
    f2aa941 View commit details
    Browse the repository at this point in the history
  2. fix server.py null tool content (#185) (#186)

    * fix server.py null tool content (#185)
    
    * move null tool content fix into process_message_content (#185)
    jpangburn authored May 19, 2025
    Configuration menu
    Copy the full SHA
    77898fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b555aa View commit details
    Browse the repository at this point in the history
  4. Faster top-p and min-p sampling (#187)

    * Faster top-p and min-p sampling
    
    * comment
    awni authored May 19, 2025
    Configuration menu
    Copy the full SHA
    71e8e57 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Add Evaluation Progress (#158)

    * Add Evaluation Progress
    
    Adding a tqdm progress bar for evaluate to make it more transparent what’s happening.
    
    * Add flag to suppress progress
    
    Add a quick boolean to suppress displaying the evaluation by default, but show it for —test.
    
    * nits / simplify
    
    * fix
    
    ---------
    
    Co-authored-by: Awni Hannun <awni@apple.com>
    rgeorgi and awni authored May 23, 2025
    Configuration menu
    Copy the full SHA
    77edf17 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. DWQ updates (#196)

    * dwq nits
    
    * remove temp
    
    * fix sort
    
    * padding
    awni authored May 29, 2025
    Configuration menu
    Copy the full SHA
    3cc61aa View commit details
    Browse the repository at this point in the history
  2. nits for qwen3_moe file (#199)

    * nits
    
    * remove unused initialize_rope, math inputs
    
    * remove Literal import in req_gemma
    
    * remove unused math import
    
    * remove unused Tuple import in phi
    
    * remove unused Tuple import in openlm
    
    * remove unused Tuple import in olmo
    
    * remove unused dataclass_fields import in nemotron
    
    * __"__
    
    * __"__
    
    * add apple compyrigth to mimo
    
    * more clean up
    
    * more nits
    Goekdeniz-Guelmez authored May 29, 2025
    Configuration menu
    Copy the full SHA
    e8980c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1d0771 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. fix chat templates (#205)

    awni authored Jun 1, 2025
    Configuration menu
    Copy the full SHA
    1db99d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Add total params to metadata + cleanup (#207)

    * add total params to metadata + cleanup
    
    * comments
    awni authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    19153e1 View commit details
    Browse the repository at this point in the history
  2. Dynamic quants (#202)

    * dynamic quants + reorg
    
    * readme
    
    * angelos fix
    
    * Change sensitivity metric
    
    * update version
    
    * fix rebase
    
    ---------
    
    Co-authored-by: Angelos Katharopoulos <a_katharopoulos@apple.com>
    awni and angeloskath authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    3be5153 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. some nits in lora (#208)

    awni authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    e673a97 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2025

  1. fix quant package (#214)

    awni authored Jun 7, 2025
    Configuration menu
    Copy the full SHA
    584780a View commit details
    Browse the repository at this point in the history
Loading
0