dlperf offer detail, readme update

This commit is contained in:
2024-12-16 21:03:44 -06:00
parent af6693cf3b
commit 342918fa2f
2 changed files with 22 additions and 1 deletions

4
frontend/src/components/Offer.tsx Executable file → Normal file
View File

@@ -36,6 +36,10 @@ export default function Offer({
<span className="text-xs select-none">mem</span>{" "}
{mb_to_gb(offer.cpu_ram)}/{mb_to_gb(offer.cpu_ram / offer.gpu_frac)}GB
</span>
<span className="pl-3 text-sm">
<span className="text-xs select-none">dlperf</span>{" "}
{offer.dlperf.toFixed(0)}
</span>
</div>
<div className="select-none [>button]:select-auto [>button]:text-blue-500 w-full left-1 text-xs space-x-1">
<button onClick={() => copy(offer.machine_id.toString())}>