Skip to content

Commit

Permalink
bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Jun 15, 2023
1 parent 32e3166 commit 94c1092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@localai/desktop",
"private": true,
"version": "0.2.8",
"version": "0.2.9",
"scripts": {
"dev:next": "next dev -p 1470",
"build:next": "next build",
Expand Down
2 changes: 2 additions & 0 deletions apps/desktop/src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ fn main() {
model_integrity::get_cached_integrity,
model_integrity::compute_model_integrity,
model_stats::get_model_stats,
model_config::get_model_config,
model_config::set_model_config,
inference_server::start_server,
inference_server::stop_server,
inference_server::load_model,
Expand Down

1 comment on commit 94c1092

@vercel
Copy link

@vercel vercel bot commented on 94c1092 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.