mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-05 00:06:17 +02:00
Merge e49f25bda7 into fa93ed51e2
This commit is contained in:
commit
852b6a39f9
|
|
@ -369,7 +369,7 @@ export default function ModelsPage(props: {
|
|||
</td>
|
||||
<td className="px-4 py-3">
|
||||
<span className="text-sm text-text-secondary">
|
||||
{model.details.parameter_size || 'N/A'}
|
||||
{model.details?.parameter_size || 'N/A'}
|
||||
</span>
|
||||
</td>
|
||||
<td className="px-4 py-3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user