Tera
Tera copied to clipboard
compile failed on src/embeddings.rs:72 .. this method takes 3 arguments
Dear,
I compiled this crate with 'cargo b -r' but following error occurred.
error[E0061]: this method takes 3 arguments but 2 arguments were supplied
--> src/embeddings.rs:72:10
|
72 | .forward(&token_ids, &token_type_ids)
| ^^^^^^^----------------------------- argument #3 of type std::option::Option<&candle_core::Tensor> is missing
Thank you very much!
-WENPIN