Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 13, 2023
1 parent 536c14e commit 64b3077
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion inference_grpc/src/bin/client.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use std::io::{Cursor, Read};
use std::thread::yield_now;

use async_stream::stream;
use tokenizer::tokenizer_client::TokenizerClient;
Expand Down
2 changes: 1 addition & 1 deletion inference_grpc/src/bin/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use tonic::codegen::tokio_stream::StreamExt;
use tokenizer::tokenizer_server::{Tokenizer, TokenizerServer};
use tokenizer::{EncodeRequest, EncodeReply, GeneralResponse, Model, TokenizerJson};

use inference_core::embed::Semantic;
use inference_core::embedding::Semantic;
use inference_grpc::inference_args::InferenceArgs;

pub mod tokenizer {
Expand Down

0 comments on commit 64b3077

Please sign in to comment.