Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
eb4c9f0
1
Parent(s):
8b1baa1
dataset match and rule shrink
Browse files
ui/src/app/jobs/new/page.tsx
CHANGED
|
@@ -94,16 +94,6 @@ export default function TrainingForm() {
|
|
| 94 |
}
|
| 95 |
|
| 96 |
setDatasetOptions(options);
|
| 97 |
-
const defaultDatasetPath = defaultDatasetConfig.folder_path;
|
| 98 |
-
|
| 99 |
-
for (let i = 0; i < jobConfig.config.process[0].datasets.length; i++) {
|
| 100 |
-
const dataset = jobConfig.config.process[0].datasets[i];
|
| 101 |
-
if (dataset.folder_path === defaultDatasetPath) {
|
| 102 |
-
if (options.length > 0) {
|
| 103 |
-
setJobConfig(options[0].value, `config.process[0].datasets[${i}].folder_path`);
|
| 104 |
-
}
|
| 105 |
-
}
|
| 106 |
-
}
|
| 107 |
};
|
| 108 |
|
| 109 |
buildDatasetOptions();
|
|
|
|
| 94 |
}
|
| 95 |
|
| 96 |
setDatasetOptions(options);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
};
|
| 98 |
|
| 99 |
buildDatasetOptions();
|
ui/src/components/HFJobsWorkflow.tsx
CHANGED
|
@@ -494,18 +494,6 @@ export default function HFJobsWorkflow({ jobConfig, onComplete, hackathonEligibl
|
|
| 494 |
<li>Train only one LoRA simultaneously</li>
|
| 495 |
<li>Do not train on likenesses without consent or NSFW content</li>
|
| 496 |
</ul>
|
| 497 |
-
<p className="text-xs text-gray-400">
|
| 498 |
-
Join the
|
| 499 |
-
<a
|
| 500 |
-
href="https://huggingface.co/organizations/lora-training-frenzi/share/kEyyVNQXBPWqmARdwHFVdIiFqqONHZPOtz"
|
| 501 |
-
target="_blank"
|
| 502 |
-
rel="noopener noreferrer"
|
| 503 |
-
className="text-blue-400 underline mx-1"
|
| 504 |
-
>
|
| 505 |
-
LoRA Frenzi organization
|
| 506 |
-
</a>
|
| 507 |
-
before submitting your job.
|
| 508 |
-
</p>
|
| 509 |
</div>
|
| 510 |
)}
|
| 511 |
<p className="text-sm text-gray-400">
|
|
|
|
| 494 |
<li>Train only one LoRA simultaneously</li>
|
| 495 |
<li>Do not train on likenesses without consent or NSFW content</li>
|
| 496 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 497 |
</div>
|
| 498 |
)}
|
| 499 |
<p className="text-sm text-gray-400">
|