Skip to content

Commit

Permalink
rm conversational pipeline cache entry
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Feb 19, 2025
1 parent e86cf32 commit 3569f39
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions garak/resources/plugin_cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -6520,33 +6520,6 @@
"supports_multiple_generations": false,
"mod_time": "2024-08-29 13:35:37 +0000"
},
"generators.huggingface.ConversationalPipeline": {
"description": "Conversational text generation using HuggingFace pipelines",
"DEFAULT_PARAMS": {
"max_tokens": 150,
"temperature": null,
"top_k": null,
"context_len": null,
"hf_args": {
"torch_dtype": "float16",
"do_sample": true,
"device": null
}
},
"active": true,
"generator_family_name": "Hugging Face \ud83e\udd17 pipeline for conversations",
"modality": {
"in": [
"text"
],
"out": [
"text"
]
},
"parallel_capable": false,
"supports_multiple_generations": true,
"mod_time": "2024-12-19 16:33:14 +0000"
},
"generators.huggingface.InferenceAPI": {
"description": "Get text generations from Hugging Face Inference API",
"DEFAULT_PARAMS": {
Expand Down

0 comments on commit 3569f39

Please sign in to comment.