Skip to content

Commit

Permalink
Merge pull request #331 from polarathene/patch-1
Browse files Browse the repository at this point in the history
chore: `SimpleModelPaths` should be renamed to `LocalModelPaths`
  • Loading branch information
EricLBuehler committed May 19, 2024
2 parents 8eafc85 + 8a18412 commit 65ca3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mistralrs-core/src/pipeline/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ use crate::{
pub use self::cache_manager::{Cache, CacheManager, LayerCaches};

/// `ModelPaths` abstracts the mechanism to get all necessary files for running a model. For
/// example `SimpleModelPaths` implements `ModelPaths` when all files are in the local file system.
/// example `LocalModelPaths` implements `ModelPaths` when all files are in the local file system.
pub trait ModelPaths {
/// Model weights files (multiple files supported).
fn get_weight_filenames(&self) -> &[PathBuf];
Expand Down

0 comments on commit 65ca3d2

Please sign in to comment.