Skip to content

Commit 795f304

Browse files
author
Chris Kennedy
committed
v0.5.13 - stable diffusion automatic111111 support
fixes to allow 24/7 stability for now while Candle Rust is worked on. Added ./bin/ scripts to setup servers for TTI/TTS/LLM.
1 parent fd70977 commit 795f304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license-file = "LICENSE"
99
homepage = "https://github.com/groovybits/rsllm/wiki"
1010
repository = "https://github.com/groovybits/rsllm"
1111
authors = ["Chris Kennedy"]
12-
version = "0.5.12"
12+
version = "0.5.13"
1313
edition = "2021"
1414

1515
[lib]

src/args.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use clap::Parser;
44
#[derive(Parser, Debug, Clone)]
55
#[clap(
66
author = "Chris Kennedy",
7-
version = "0.5.12",
7+
version = "0.5.13",
88
about = "Rust AI Stream Analyzer Twitch Bot"
99
)]
1010
pub struct Args {

0 commit comments

Comments
 (0)