Skip to content

Commit 3569f39

Browse files
committed
rm conversational pipeline cache entry
1 parent e86cf32 commit 3569f39

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

garak/resources/plugin_cache.json

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6520,33 +6520,6 @@
65206520
"supports_multiple_generations": false,
65216521
"mod_time": "2024-08-29 13:35:37 +0000"
65226522
},
6523-
"generators.huggingface.ConversationalPipeline": {
6524-
"description": "Conversational text generation using HuggingFace pipelines",
6525-
"DEFAULT_PARAMS": {
6526-
"max_tokens": 150,
6527-
"temperature": null,
6528-
"top_k": null,
6529-
"context_len": null,
6530-
"hf_args": {
6531-
"torch_dtype": "float16",
6532-
"do_sample": true,
6533-
"device": null
6534-
}
6535-
},
6536-
"active": true,
6537-
"generator_family_name": "Hugging Face \ud83e\udd17 pipeline for conversations",
6538-
"modality": {
6539-
"in": [
6540-
"text"
6541-
],
6542-
"out": [
6543-
"text"
6544-
]
6545-
},
6546-
"parallel_capable": false,
6547-
"supports_multiple_generations": true,
6548-
"mod_time": "2024-12-19 16:33:14 +0000"
6549-
},
65506523
"generators.huggingface.InferenceAPI": {
65516524
"description": "Get text generations from Hugging Face Inference API",
65526525
"DEFAULT_PARAMS": {

0 commit comments

Comments
 (0)