Skip to content

Commit

Permalink
v0.5.13 - stable diffusion automatic111111 support
Browse files Browse the repository at this point in the history
fixes to allow 24/7 stability for now while Candle Rust is
worked on.

Added ./bin/ scripts to setup servers for TTI/TTS/LLM.
  • Loading branch information
Chris Kennedy committed Mar 27, 2024
1 parent fd70977 commit 795f304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license-file = "LICENSE"
homepage = "https://github.com/groovybits/rsllm/wiki"
repository = "https://github.com/groovybits/rsllm"
authors = ["Chris Kennedy"]
version = "0.5.12"
version = "0.5.13"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use clap::Parser;
#[derive(Parser, Debug, Clone)]
#[clap(
author = "Chris Kennedy",
version = "0.5.12",
version = "0.5.13",
about = "Rust AI Stream Analyzer Twitch Bot"
)]
pub struct Args {
Expand Down

0 comments on commit 795f304

Please sign in to comment.