viccpoes commited on
Commit
5aa26a8
1 Parent(s): 2695ee8

Upload text_encoder/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. text_encoder/config.json +4 -4
text_encoder/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "_commit_hash": "4721097975058205c4edcdece2cc574b7dd7bc04",
3
- "_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--SimianLuo--LCM_Dreamshaper_v7/snapshots/4721097975058205c4edcdece2cc574b7dd7bc04/text_encoder",
4
  "architectures": [
5
  "CLIPTextModel"
6
  ],
@@ -17,7 +17,7 @@
17
  "max_position_embeddings": 77,
18
  "model_type": "clip_text_model",
19
  "neuron": {
20
- "auto_cast": "matmul",
21
  "auto_cast_type": "bf16",
22
  "compiler_type": "neuronx-cc",
23
  "compiler_version": "2.11.0.35+4f5279863",
@@ -45,6 +45,6 @@
45
  "task": "feature-extraction",
46
  "torch_dtype": "float32",
47
  "torchscript": true,
48
- "transformers_version": "4.35.0.dev0",
49
  "vocab_size": 49408
50
  }
 
1
  {
2
+ "_commit_hash": null,
3
+ "_name_or_path": "/home/ubuntu/realtime-lcm-service/dreamshaper-8-lcm/text_encoder",
4
  "architectures": [
5
  "CLIPTextModel"
6
  ],
 
17
  "max_position_embeddings": 77,
18
  "model_type": "clip_text_model",
19
  "neuron": {
20
+ "auto_cast": "all",
21
  "auto_cast_type": "bf16",
22
  "compiler_type": "neuronx-cc",
23
  "compiler_version": "2.11.0.35+4f5279863",
 
45
  "task": "feature-extraction",
46
  "torch_dtype": "float32",
47
  "torchscript": true,
48
+ "transformers_version": "4.35.2",
49
  "vocab_size": 49408
50
  }