Skip to content

Commit aeaa31a

Browse files
committed
update plugin versions
1 parent d75fa39 commit aeaa31a

56 files changed

Lines changed: 57 additions & 56 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/transformerlab/plugins/airllm_mlx_server/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Performing inference using AirLLM on your Apple Silicon machine",
55
"plugin-format": "python",
66
"type": "loader",
7-
"version": "0.1.8",
7+
"version": "0.1.9",
88
"model_architectures": [
99
"MLX",
1010
"CohereForCausalLM",

api/transformerlab/plugins/autotrain_sft_trainer/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "SFT training using Huggingface autotrain",
55
"plugin-format": "python",
66
"type": "trainer",
7-
"version": "0.1.15",
7+
"version": "0.1.16",
88
"model_architectures": [
99
"LlamaForCausalLM",
1010
"MistralForCausalLM",

api/transformerlab/plugins/basic_evals/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Evaluating outputs of LLMs using basic defined metrics",
66
"plugin-format": "python",
77
"type": "evaluator",
8-
"version": "0.1.9",
8+
"version": "0.1.10",
99
"git": "",
1010
"url": "",
1111
"files": ["main.py", "setup.sh"],

api/transformerlab/plugins/batched_generation_datasets/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Use a local or commercial LLM to generated outputs for the dataset generated.",
55
"plugin-format": "python",
66
"type": "generator",
7-
"version": "0.1.12",
7+
"version": "0.1.13",
88
"git": "",
99
"url": "",
1010
"files": ["main.py", "setup.sh"],

api/transformerlab/plugins/common-eleuther-ai-lm-eval-harness-mlx/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"plugin-format": "python",
66
"type": "evaluator",
77
"evalsType": "model",
8-
"version": "0.1.13",
8+
"version": "0.1.14",
99
"git": "https://github.com/chimezie/lm-evaluation-harness-mlx",
1010
"url": "https://github.com/chimezie/lm-evaluation-harness-mlx",
1111
"supported_hardware_architectures": ["mlx"],

api/transformerlab/plugins/common-eleuther-ai-lm-eval-harness/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"plugin-format": "python",
66
"type": "evaluator",
77
"evalsType": "model",
8-
"version": "0.1.16",
8+
"version": "0.1.17",
99
"git": "https://github.com/EleutherAI/lm-evaluation-harness",
1010
"url": "https://github.com/EleutherAI/lm-evaluation-harness",
1111
"supported_hardware_architectures": ["cuda", "amd"],

api/transformerlab/plugins/dataset_imagegen/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Generate images using a text-to-image model from a set of user-provided prompts.",
55
"plugin-format": "python",
66
"type": "generator",
7-
"version": "0.1.7",
7+
"version": "0.1.8",
88
"git": "",
99
"url": "",
1010
"files": ["main.py", "setup.sh"],

api/transformerlab/plugins/deepeval_llm_judge/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"plugin-format": "python",
66
"evalsType": "dataset",
77
"type": "evaluator",
8-
"version": "0.2.18",
8+
"version": "0.2.19",
99
"git": "https://github.com/confident-ai/deepeval",
1010
"url": "https://github.com/confident-ai/deepeval",
1111
"files": ["main.py", "setup.sh"],

api/transformerlab/plugins/deepeval_objective/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"plugin-format": "python",
66
"type": "evaluator",
77
"evalsType": "dataset",
8-
"version": "0.2.15",
8+
"version": "0.2.16",
99
"git": "https://github.com/confident-ai/deepeval",
1010
"url": "https://github.com/confident-ai/deepeval",
1111
"files": ["main.py", "setup.sh"],

api/transformerlab/plugins/diffusion_trainer/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A plugin for fine-tuning Stable Diffusion using LoRA adapters.",
55
"plugin-format": "python",
66
"type": "trainer",
7-
"version": "0.1.9",
7+
"version": "0.1.10",
88
"git": "",
99
"url": "",
1010
"model_architectures": [

0 commit comments

Comments
 (0)