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

Async channels

Open lucasavila00 opened this issue 9 months ago • 4 comments

Closes https://github.com/EricLBuehler/mistral.rs/issues/235

lucasavila00 avatar Apr 28 '24 03:04 lucasavila00

Code Metrics Report
  ───────────────────────────────────────────────────────────────────────────────
Language                 Files     Lines   Blanks  Comments     Code Complexity
───────────────────────────────────────────────────────────────────────────────
Rust                        70     23673     1557       511    21605       1311
───────────────────────────────────────────────────────────────────────────────
Total                       70     23673     1557       511    21605       1311
───────────────────────────────────────────────────────────────────────────────
Estimated Cost to Develop 80,577
Estimated Schedule Effort 11.882489 months
Estimated People Required 5.088453
───────────────────────────────────────────────────────────────────────────────
Processed 782816 bytes, 0.783 megabytes (SI)
───────────────────────────────────────────────────────────────────────────────
  

github-actions[bot] avatar Apr 28 '24 03:04 github-actions[bot]

I tested the server, interactive mode, quantized example, benchmark.

I think these cover all of the APIs?

lucasavila00 avatar Apr 28 '24 04:04 lucasavila00

@lucasavila00, thank you. Can you please test the Python bindings? It also seems like there are some more merge conflicts.

EricLBuehler avatar Apr 28 '24 09:04 EricLBuehler

@EricLBuehler I fixed the conflitcts and tested the python api.

lucasavila00 avatar Apr 28 '24 15:04 lucasavila00

@lucasavila00 thank you!

EricLBuehler avatar Apr 30 '24 09:04 EricLBuehler