[go: nahoru, domu]

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: EricLBuehler/mistral.rs Loading
base: v0.1.18
Choose a base ref
...
head repository: EricLBuehler/mistral.rs Loading
compare: v0.1.19
Choose a head ref
  • 9 commits
  • 44 files changed
  • 2 contributors

Commits on Jun 12, 2024

  1. Readme formats (#427)

    EricLBuehler committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b6ebdd1 View commit details
    Browse the repository at this point in the history
  2. Remove multiple tracing initializations and init outside of mistralrs…

    …-core (#428)
    
    * Initialize once
    
    * Initialize logging externally
    
    * Typos
    EricLBuehler committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4f504ea View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Run clippy (#429)

    EricLBuehler committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    07bf840 View commit details
    Browse the repository at this point in the history
  2. adding reboot functionality (#378)

    * adding reboot functionality
    
    * clippy
    
    * addressing comments
    
    * thread handler checking
    
    * adding errors, removing extra logs
    
    * simplifying error display impl
    
    * fixing phi3v impl and the docs
    
    * nit: capitalizing error messages
    gregszumel committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1ae5bfe View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Lower memory spike when loading with ISQ on CUDA (#433)

    * Synchronize device to lower memory usage
    
    * Limit thread count if on cuda
    
    * Add timing, tune thread count, and display info
    
    * Add isq low memory env var
    EricLBuehler committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6648673 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df13f78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d66a8f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Improve Auto dtype determination (#438)

    * Improve auto dtype determination
    
    * Clippy
    EricLBuehler committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b9e9eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    323db1a View commit details
    Browse the repository at this point in the history
Loading