Skip to content

Commit

Permalink
automatic garak/resources/plugin_cache.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 14, 2024
1 parent 411ebd7 commit 867a358
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions garak/resources/plugin_cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -4783,7 +4783,8 @@
"generators.function.Multiple": {
"description": "pass a module#function to be called as generator, with format function(prompt:str, generations:int, **kwargs)->List[Union(str, None)]",
"DEFAULT_PARAMS": {
"generations": 10
"generations": 10,
"kwargs": {}
},
"active": true,
"generator_family_name": "function",
Expand All @@ -4797,12 +4798,13 @@
},
"parallel_capable": true,
"supports_multiple_generations": true,
"mod_time": "2024-06-06 01:44:58 +0000"
"mod_time": "2024-08-14 22:22:12 +0000"
},
"generators.function.Single": {
"description": "pass a module#function to be called as generator, with format function(prompt:str, **kwargs)->List[Union(str, None)] the parameter name `generations` is reserved",
"DEFAULT_PARAMS": {
"generations": 10
"generations": 10,
"kwargs": {}
},
"active": true,
"generator_family_name": "function",
Expand All @@ -4816,7 +4818,7 @@
},
"parallel_capable": true,
"supports_multiple_generations": false,
"mod_time": "2024-06-06 01:44:58 +0000"
"mod_time": "2024-08-14 22:22:12 +0000"
},
"generators.ggml.GgmlGenerator": {
"description": "Generator interface for ggml models in gguf format.",
Expand Down

0 comments on commit 867a358

Please sign in to comment.