Skip to content
Snippets Groups Projects
Commit 786afac3 authored by ali asaria's avatar ali asaria
Browse files

smaller button

parent 3e705dc9
No related branches found
No related tags found
No related merge requests found
......@@ -282,6 +282,7 @@ export default function TrainLoRA({ experimentInfo }) {
>
{' '}
<Button
size="sm"
onClick={() => {
setOpenTensorboardModal(true);
}}
......@@ -290,6 +291,7 @@ export default function TrainLoRA({ experimentInfo }) {
Tensorboard
</Button>
<Button
size="sm"
onClick={() => {
setViewOutputFromJob(job?.id);
}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment