mistral.rs icon indicating copy to clipboard operation
mistral.rs copied to clipboard

ISQ in parallel for Metal, too

Open EricLBuehler opened this issue 1 year ago • 1 comments

Because #492 ensures that ISQ now happens on the CPU, we can try to run ISQ in parallel for Metal, too.

Tagging: @Luddo183, this refs #393.

EricLBuehler avatar Jun 29 '24 23:06 EricLBuehler

Code Metrics Report
  ===============================================================================
 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 Dockerfile              1           34           25            0            9
 Happy                   1          442          369            0           73
 JSON                    9           21           21            0            0
 Python                 32         1256         1075           37          144
 TOML                   16          444          403            1           40
-------------------------------------------------------------------------------
 Jupyter Notebooks       1            0            0            0            0
 |- Markdown             1           60           30           22            8
 |- Python               1           96           87            1            8
 (Total)                            156          117           23           16
-------------------------------------------------------------------------------
 Markdown               19         1363            0         1021          342
 |- BASH                 5          100           97            0            3
 |- Python               5           98           88            0           10
 |- Rust                 3          151          135            6           10
 (Total)                           1712          320         1027          365
-------------------------------------------------------------------------------
 Rust                  121        37354        33750          684         2920
 |- Markdown            59          668           13          617           38
 (Total)                          38022        33763         1301         2958
===============================================================================
 Total                 201        40914        35643         1743         3528
===============================================================================
  

github-actions[bot] avatar Jun 29 '24 23:06 github-actions[bot]