Skip to content

Commit cf9ba54

Browse files
sherenem5675sp
andauthored
Bump Makersaurus version (#903)
* bump-makersaurus-v0.11.1 * fix-icon-plugin * My updates --------- Co-authored-by: Sergio Perez <[email protected]>
1 parent 5eeafb4 commit cf9ba54

11 files changed

+155
-258
lines changed

documentation/docs/faqs.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
description: Learn about frequently asked questions.
33
---
4-
import Icon from "@material-ui/core/Icon";
4+
5+
import Icon from "@mui/material/Icon"
56

67
# FAQs
78

documentation/docs/guide/datasets/merge-datasets.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
description: H2O LLM Studio enables you to merge imported datasets into one main dataset. This functionality can be used to merge training and validation data together into one dataset or extend your existing dataset with more data and increase your dataset size.
33
---
4-
import Icon from "@material-ui/core/Icon";
4+
5+
import Icon from "@mui/material/Icon"
56

67
# Merge datasets
78

documentation/docs/guide/datasets/view-dataset.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
description: You can view, review, edit, or delete your datasets once you have imported them. You can also start a new experiment using a dataset you have imported.
33
---
4-
import Icon from "@material-ui/core/Icon";
4+
5+
import Icon from "@mui/material/Icon"
56

67
# View and manage dataset
78

documentation/docs/guide/experiments/create-an-experiment.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
description: This page highlights the steps needed to create an experiment in H2O LLM Studio.
33
---
4-
import Icon from "@material-ui/core/Icon";
4+
5+
import Icon from "@mui/material/Icon"
56

67
# Create an experiment
78

documentation/docs/guide/experiments/experiment-settings.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: All the settings needed for creating an experiment are explored in this page.
33
---
4+
45
import GeneralSettingsDataset from '../../tooltips/experiments/_dataset.mdx';
56
import GeneralSettingsProblemType from '../../tooltips/experiments/_problem-type.mdx';
67
import GSImportConfigFromYaml from '../../tooltips/experiments/_import-config-from-yaml.mdx';
@@ -9,6 +10,7 @@ import GSLLMBackbone from '../../tooltips/experiments/_llm-backbone.mdx';
910
import DSTrainDataframe from '../../tooltips/experiments/_train-dataframe.mdx';
1011
import DSvalidationStrategy from '../../tooltips/experiments/_validation-strategy.mdx';
1112
import DSvalidationSize from '../../tooltips/experiments/_validation-size.mdx';
13+
import DSidColumn from '../../tooltips/experiments/_id-column.mdx';
1214
import DSdataSample from '../../tooltips/experiments/_data-sample.mdx';
1315
import DSpromptColumn from '../../tooltips/experiments/_prompt-column.mdx';
1416
import DSPromptColumnSeparator from '../../tooltips/experiments/_prompt-column-separator.mdx';

documentation/docs/guide/experiments/view-an-experiment.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
description: You can view, rename, stop, or delete your experiments once you launch them. You can also create a new experiment based on an experiment you have already launched.
33
---
4-
import Icon from "@material-ui/core/Icon";
4+
5+
import Icon from "@mui/material/Icon"
56

67
# View and manage experiments
78

documentation/docs/tutorials/tutorial-1a/tutorial-1a.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This tutorial will guide you through the process of setting up and conducting an experiment for causal classification modeling using H2O LLM Studio. It covers how to import datasets, configure key experiment settings, and create a new experiment.
33
---
44

5-
import Icon from "@material-ui/core/Icon";
5+
import Icon from "@mui/material/Icon"
66

77
# Create an experiment for causal classification modeling
88

documentation/docs/tutorials/tutorial-2a/tutorial-2a.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This tutorial will guide you through the process of setting up and conducting an experiment for causal regression modeling using H2O LLM Studio. It covers how to import datasets from Hugging Face, configure key experiment settings, and create a new experiment.
33
---
44

5-
import Icon from "@material-ui/core/Icon";
5+
import Icon from "@mui/material/Icon"
66

77
# Create an experiment for causal regression modeling
88

documentation/makersaurus.config.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ module.exports = {
1616
},
1717
},
1818
dependencies: {
19-
"@emotion/react": "^11.10.5",
20-
"@emotion/styled": "^11.10.5",
21-
"@material-ui/core": "^4.12.4",
19+
"@emotion/react": "^11.11.4",
20+
"@emotion/styled": "^11.11.5",
21+
// "@material-ui/core": "^5.0.0",
2222
"@material/card": "^14.0.0",
23-
"@mui/icons-material": "^5.10.16",
24-
"@mui/material": "^5.10.16",
25-
"react-player": "^2.11.0",
23+
"@mui/icons-material": "^5.16.14",
24+
"@mui/material": "^5.15.17",
25+
"react-player": "^2.16.0",
2626
},
2727
};

0 commit comments

Comments
 (0)