Skip to content

Commit d2980ef

Browse files
committed
fix: update referenced model to hypha owned repo
1 parent cb9c701 commit d2980ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/scheduler/src/scheduler_config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ impl Default for SchedulerConfig {
1414
fn default() -> Self {
1515
SchedulerConfig::DiLoCo(DiLoCo {
1616
model: HuggingFaceSource {
17-
repository: "l45k/Resnet50".to_string(),
17+
repository: "hypha-space/lenet".to_string(),
1818
revision: None,
1919
filenames: vec!["config.json".to_string(), "model.safetensors".to_string()],
2020
token: None,
@@ -48,7 +48,7 @@ impl Default for SchedulerConfig {
4848
},
4949
scheduler: None,
5050
preprocessor: Some(HuggingFaceSource {
51-
repository: "l45k/Resnet50".to_string(),
51+
repository: "hypha-space/lenet".to_string(),
5252
revision: None,
5353
filenames: vec!["preprocessor_config.json".to_string()],
5454
token: None,

0 commit comments

Comments
 (0)