Upload text_encoder/config.json with huggingface_hub
Browse files- text_encoder/config.json +5 -3
text_encoder/config.json
CHANGED
@@ -17,15 +17,17 @@
|
|
17 |
"max_position_embeddings": 77,
|
18 |
"model_type": "clip_text_model",
|
19 |
"neuron": {
|
20 |
-
"auto_cast":
|
21 |
-
"auto_cast_type":
|
22 |
"compiler_type": "neuronx-cc",
|
23 |
"compiler_version": "2.19.8089.0+8ab9f450",
|
24 |
"dynamic_batch_size": false,
|
25 |
-
"
|
|
|
26 |
"input_names": [
|
27 |
"input_ids"
|
28 |
],
|
|
|
29 |
"model_type": "clip-text-model",
|
30 |
"optlevel": "2",
|
31 |
"output_attentions": false,
|
|
|
17 |
"max_position_embeddings": 77,
|
18 |
"model_type": "clip_text_model",
|
19 |
"neuron": {
|
20 |
+
"auto_cast": "none",
|
21 |
+
"auto_cast_type": "bf16",
|
22 |
"compiler_type": "neuronx-cc",
|
23 |
"compiler_version": "2.19.8089.0+8ab9f450",
|
24 |
"dynamic_batch_size": false,
|
25 |
+
"float_dtype": "fp32",
|
26 |
+
"inline_weights_to_neff": true,
|
27 |
"input_names": [
|
28 |
"input_ids"
|
29 |
],
|
30 |
+
"int_dtype": "int64",
|
31 |
"model_type": "clip-text-model",
|
32 |
"optlevel": "2",
|
33 |
"output_attentions": false,
|