hot-loop 0.1.3

Running Gguf Chat-Models on Pure-Rust, Uses the Candle Backend
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "hot-loop"

version = "0.1.3"

edition = "2024"



license = "MIT"

description = "Running Gguf Chat-Models on Pure-Rust, Uses the Candle Backend"

repository = "https://github.com/Qu1ntev/hot-loop"



[dependencies]

candle-core = "0.9.2"

candle-transformers = "0.9.2"

candle-nn = "0.9.2"



tokenizers = "0.22.2"



thiserror = "2.0.18"