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-swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.21.2
Choose a base ref
...
head repository: ml-explore/mlx-swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.21.3
Choose a head ref
  • 6 commits
  • 402 files changed
  • 4 contributors

Commits on Dec 9, 2024

  1. Update check all set (#174)

    * Check that all the values are properly set when updating parameters.
    
    * Ensure that the whole array is set.
    
    * Fix the error message.
    LaurentMazare authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    15f12e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. remove gguf -- fix #111 (#176)

    * remove gguf -- fix #111
    
    - this removes gguf from the build
    - was being built but not linked/used
    davidkoski authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    6ffbf85 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

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

Commits on Jan 13, 2025

  1. fix documentation error (#182)

    Thank you!
    minghuaw authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    5ece79a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. add dilation parameter to convolution layers (match mlx.nn) (#183)

    * add dilation parameter to convolution layers (match mlx.nn)
    
    * - make sure groups and dilation are consistent in transposed layers too
    davidkoski authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    1b6334a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. remove symlinks (#191)

    * remove symlinks
    davidkoski authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    b990c58 View commit details
    Browse the repository at this point in the history
Loading