Skip to content

Commit

Permalink
fix: compilation on non-x64 targets, fixes pykeio#63
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Jul 17, 2023
1 parent 2ac8c9d commit 4824762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution_providers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ pub struct OpenVINOExecutionProviderOptions {
pub device_id: Option<String>,
/// Overrides the accelerator default value of number of threads with this value at runtime. If this option is not
/// explicitly set, default value of 8 is used during build time.
pub num_threads: usize,
pub num_threads: size_t,
/// Explicitly specify the path to save and load the blobs enabling model caching feature.
pub cache_dir: Option<String>,
/// This option is only alvailable when OpenVINO EP is built with OpenCL flags enabled. It takes in the remote
Expand Down

0 comments on commit 4824762

Please sign in to comment.