Xenova HF staff commited on
Commit
613bcdf
1 Parent(s): 812b2ee

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_commit_hash": "4e2a4f294821aab4135827c5805a86b476400408",
3
  "_name_or_path": "LiheYoung/depth-anything-small-hf",
4
  "architectures": [
5
  "DepthAnythingForDepthEstimation"
 
1
  {
2
+ "_commit_hash": "9103bc8e2d785bcfd024e4bfd7e7c4593bc50bba",
3
  "_name_or_path": "LiheYoung/depth-anything-small-hf",
4
  "architectures": [
5
  "DepthAnythingForDepthEstimation"
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a9001b7fc1b43814b49753904d2110ce4700103285a8868f191e784aa92c235
3
- size 99172654
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c222151fa1a941b7a075efdee44a85bb22e1bc07dce3659a03cb3f4eb53dd213
3
+ size 99170955
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44ac3963964f3a34404bd670d24c776cf6caa0cd905472215e12a0b9ffed0e7c
3
- size 27527104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4e2ffe9b0396ebd4a0c09b855762b186aab338e79f76531b09777aafc91db84
3
+ size 27524771
quantize_config.json CHANGED
@@ -4,35 +4,35 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Softmax",
8
- "Resize",
9
- "Identity",
10
- "Cast",
11
- "Shape",
12
- "Div",
13
- "Reshape",
14
- "Erf",
15
- "MatMul",
16
  "Constant",
17
- "ConstantOfShape",
 
 
 
 
18
  "Concat",
19
  "Sqrt",
20
- "Equal",
21
- "Where",
22
- "Add",
23
- "Squeeze",
24
  "ConvTranspose",
 
25
  "Unsqueeze",
26
- "Conv",
27
- "Expand",
 
28
  "Sub",
 
 
 
 
 
29
  "ReduceMean",
30
- "Slice",
 
31
  "Mul",
32
- "Relu",
33
- "Gather",
34
- "Transpose",
35
- "Pow"
36
  ],
37
  "weight_type": "QUInt8"
38
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
 
 
 
 
 
 
 
 
 
7
  "Constant",
8
+ "Gather",
9
+ "MatMul",
10
+ "Transpose",
11
+ "Equal",
12
+ "Expand",
13
  "Concat",
14
  "Sqrt",
15
+ "Pow",
16
+ "Relu",
17
+ "Cast",
18
+ "Conv",
19
  "ConvTranspose",
20
+ "Slice",
21
  "Unsqueeze",
22
+ "Reshape",
23
+ "Softmax",
24
+ "Erf",
25
  "Sub",
26
+ "Identity",
27
+ "Where",
28
+ "ConstantOfShape",
29
+ "Squeeze",
30
+ "Div",
31
  "ReduceMean",
32
+ "Shape",
33
+ "Resize",
34
  "Mul",
35
+ "Add"
 
 
 
36
  ],
37
  "weight_type": "QUInt8"
38
  }