Jingya HF Staff commited on
Commit
83a2da7
·
verified ·
1 Parent(s): 2994743

Upload text_encoder/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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": null,
21
- "auto_cast_type": null,
22
  "compiler_type": "neuronx-cc",
23
  "compiler_version": "2.19.8089.0+8ab9f450",
24
  "dynamic_batch_size": false,
25
- "inline_weights_to_neff": false,
 
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,