Skip to content

Commit

Permalink
chore: remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 29, 2023
1 parent e28a9c2 commit 24d262d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion enfer_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enfer_core"
version = "0.1.1"
version = "0.1.2"
authors = ["Phodal <[email protected]>", "CGQAQ <[email protected]>"]
description = "Feakin is a architecture design and visual collaboration tool. This is the parser for Feakin."
repository = "https://github.com/unit-mesh/edge-infer"
Expand Down
2 changes: 0 additions & 2 deletions enfer_core/src/embedding/semantic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ impl Semantic {
.into_dyn();
let token_type_ids = ort::Value::from_array(&token_type_ids).unwrap();

println!("token_type_ids: {:?}", token_type_ids);

let outputs = self.session
.run(ort::inputs![input_ids, attention_mask, token_type_ids].unwrap())
.unwrap();
Expand Down

0 comments on commit 24d262d

Please sign in to comment.