Skip to content

Commit 2970737

Browse files
Update optimizer_config.schema.json
1 parent b88a810 commit 2970737

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/optimizer_config.schema.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,6 @@
266266
"description": "Whether to use embeddings caching.",
267267
"title": "Use Cache",
268268
"type": "boolean"
269-
},
270-
"freeze": {
271-
"default": true,
272-
"description": "Whether to freeze the model parameters.",
273-
"title": "Freeze",
274-
"type": "boolean"
275269
}
276270
},
277271
"title": "EmbedderConfig",
@@ -578,8 +572,7 @@
578572
"query_prompt": null,
579573
"passage_prompt": null,
580574
"similarity_fn_name": "cosine",
581-
"use_cache": true,
582-
"freeze": true
575+
"use_cache": true
583576
}
584577
},
585578
"cross_encoder_config": {

0 commit comments

Comments
 (0)