Update config.json to support transformers 4.49.0

This commit is contained in:
ai-modelscope
2025-02-27 21:25:42 +08:00
parent a6278efdc9
commit 1c648b0d6a

View File

@@ -180,7 +180,7 @@
"tokenizer_class": null,
"top_k": 50,
"top_p": 1.0,
"torch_dtype": "float32",
"torch_dtype": "bfloat16",
"torchscript": false,
"typical_p": 1.0,
"use_bfloat16": false,