Skip to content

Commit

Permalink
missing half makes for full functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
SkBlaz committed Dec 7, 2023
1 parent a4f8cfd commit d07df28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pub mod vwmap;

extern crate blas;
extern crate intel_mkl_src;
extern crate half;

use crate::feature_buffer::FeatureBufferTranslator;
use crate::multithread_helpers::BoxedRegressorTrait;
Expand Down

0 comments on commit d07df28

Please sign in to comment.