Fixed some build issues for now. Added info to the readme

This commit is contained in:
Jaret Burkett
2025-02-23 15:59:17 -07:00
parent 3c7daf49f3
commit 1d0e3a4498
8 changed files with 53 additions and 192 deletions

View File

@@ -23,7 +23,7 @@ export default function FilesWidget({ jobID }: { jobID: string }) {
<div className="bg-gray-800 px-4 py-3 flex items-center justify-between">
<div className="flex items-center space-x-2">
<Brain className="w-5 h-5 text-purple-400" />
<h2 className="font-semibold text-gray-100">Model Checkpoints</h2>
<h2 className="font-semibold text-gray-100">Checkpoints</h2>
<span className="px-2 py-0.5 bg-gray-700 rounded-full text-xs text-gray-300">
{files.length}
</span>