Skip to content

Commit

Permalink
Rebase bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Sep 24, 2024
1 parent 2bba027 commit ce2d951
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
26 changes: 12 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion benchmark/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ mod utils;

use crate::app::App;
use crate::event::Event;
use ratatui::crossterm::ExecutableCommand;
use ratatui::backend::CrosstermBackend;
use ratatui::crossterm::ExecutableCommand;
use ratatui::Terminal;
use std::io;
use text_generation_client::v3::{GrammarType, NextTokenChooserParameters, ShardedClient};
Expand Down

0 comments on commit ce2d951

Please sign in to comment.