We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb14345 commit 97e522aCopy full SHA for 97e522a
pgml-extension/src/bindings/transformers/whitelist.rs
@@ -44,7 +44,7 @@ pub fn verify_task(task: &Value) -> Result<(), Error> {
44
let task_trust = get_trust_remote_code(task);
45
let trust_remote_code = get_config(CONFIG_HF_TRUST_REMOTE_CODE_BOOL)
46
.map(|v| v == "true")
47
- .unwrap_or(false);
+ .unwrap_or(true);
48
49
let trusted_models = config_csv_list(CONFIG_HF_TRUST_WHITELIST);
50
0 commit comments