Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cifko committed Apr 4, 2024
1 parent bddd088 commit 864c892
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion atoma-inference/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,11 @@ mod tests {
Ok(())
}

fn load(_: Vec<PathBuf>, _: PrecisionBits) -> Result<Self, crate::models::ModelError> {
fn load(
_: Vec<PathBuf>,
_: PrecisionBits,
_device_id: usize,
) -> Result<Self, crate::models::ModelError> {
Ok(Self {})
}

Expand Down

0 comments on commit 864c892

Please sign in to comment.