We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c2456 commit a88cea5Copy full SHA for a88cea5
candle-binding/src/ffi/init.rs
@@ -601,7 +601,9 @@ pub extern "C" fn init_candle_bert_token_classifier(
601
use_cpu,
602
) {
603
Ok(classifier) => {
604
- crate::model_architectures::traditional::bert::TRADITIONAL_BERT_TOKEN_CLASSIFIER.set(Arc::new(classifier)).is_ok()
+ crate::model_architectures::traditional::bert::TRADITIONAL_BERT_TOKEN_CLASSIFIER
605
+ .set(Arc::new(classifier))
606
+ .is_ok()
607
}
608
Err(e) => {
609
eprintln!(
0 commit comments