We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9c701 commit d2980efCopy full SHA for d2980ef
crates/scheduler/src/scheduler_config.rs
@@ -14,7 +14,7 @@ impl Default for SchedulerConfig {
14
fn default() -> Self {
15
SchedulerConfig::DiLoCo(DiLoCo {
16
model: HuggingFaceSource {
17
- repository: "l45k/Resnet50".to_string(),
+ repository: "hypha-space/lenet".to_string(),
18
revision: None,
19
filenames: vec!["config.json".to_string(), "model.safetensors".to_string()],
20
token: None,
@@ -48,7 +48,7 @@ impl Default for SchedulerConfig {
48
},
49
scheduler: None,
50
preprocessor: Some(HuggingFaceSource {
51
52
53
filenames: vec!["preprocessor_config.json".to_string()],
54
0 commit comments