8000 Comparing 0.9.1...0.9.2 · StanfordSpezi/SpeziLLM · 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: StanfordSpezi/SpeziLLM
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.1
Choose a base ref
...
head repository: StanfordSpezi/SpeziLLM
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.2
Choose a head ref
  • 2 commits
  • 21 files changed
  • 4 contributors

Commits on Feb 3, 2025

  1. Bump mlx to version 2.21.2 (#94)

    # Bumps mlx to version 2.21.2
    
    ## ♻️ Current situation & Problem
    The MLX library is currently 1.18.1, and can be bumped to 2.x to support
    newer models.
    
    ## ⚙️ Release Notes 
    Updates the MLX library to 2.21.2 and migrates code for breaking
    changes.
    
    ## 📝 Code of Conduct & Contributing Guidelines 
    
    By submitting creating this pull request, you agree to follow our [Code
    of
    Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
    and [Contributing
    Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md):
    - [X] I agree to follow the [Code of
    Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
    and [Contributing
    Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
    
    ---------
    
    Co-authored-by: Leon Nissen <>
    Co-authored-by: Vishnu Ravi <vishnur@stanford.edu>
    Co-authored-by: Paul Schmiedmayer <PSchmiedmayer@users.noreply.github.com>
    3 people authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    fe15019 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Adds new local models and updates documentation (#97)

    # Adds new local models and updates documentation
    
    ## ⚙️ Release Notes 
    
    Adds support for running the following additional models, including
    those used in the SpeziLLM on-device benchmarking study:
    - Llama3.1-Aloe-Beta-8B
    - Llama3-Med42-8B
    - Qwen2-7B-4bit
    - DeepSeek-R1-Distill-Qwen-1.5B-8bit
    - DeepSeek-R1-Distill-Qwen-7B-4bit
    - DeepSeek-R1-Distill-Llama-8B-4bit-mlx
    
    Updates documentation and README to reflect changes in the API.
    
    ## 📝 Code of Conduct & Contributing Guidelines 
    
    By submitting creating this pull request, you agree to follow our [Code
    of
    Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
    and [Contributing
    Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md):
    - [X] I agree to follow the [Code of
    Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
    and [Contributing
    Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
    
    ---------
    
    Co-authored-by: Leon Nissen <>
    Co-authored-by: Paul Schmiedmayer <PSchmiedmayer@users.noreply.github.com>
    vishnuravi and PSchmiedmayer authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    4a86cbf View commit details
    Browse the repository at this point in the history
Loading
0