Skip to content
Snippets Groups Projects
Commit 03bc2945 authored by deep1401's avatar deep1401
Browse files
Merge branch 'main' of https://github.com/transformerlab/transformerlab-app into add/tensorboard_evals
parents c94738ad 997066cc
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ const EvalJobsTable = () => {
mutate: jobsMutate,
} = useSWR(chatAPI.Endpoints.Jobs.GetJobsOfType('EVAL', ''), fetcher, {
refreshInterval: 2000,
fallbackData: [],
});
const handleOpenCSVModal = (jobId) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment