File size: 910 Bytes
dd03ad6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "model_name": "ABEJA-Qwen2.5-7b-Japanese-QNN",
  "version": "1.0.0",
  "description": "ABEJA Qwen 2.5 7B Japanese model compiled for Qualcomm QNN (Mock)",
  "language": "japanese",
  "hardware_target": "Qualcomm NPU (Snapdragon 8cx Gen 2+)",
  "quantization": "INT8",
  "models": {
    "prefill": {
      "path": "prefill/",
      "description": "Prefill model for initial token generation"
    },
    "token_generation": {
      "path": "token_gen/",
      "description": "Token generation model for subsequent tokens"
    }
  },
  "requirements": {
    "qnn_sdk_version": "2.18.0.240127",
    "onnxruntime_qnn": "latest",
    "python_version": ">=3.8"
  },
  "usage": {
    "inference": "Use onnxruntime-qnn with QNNExecutionProvider",
    "deployment": "Deploy to Qualcomm NPU hardware"
  },
  "notes": "This is a mock QNN compilation for demonstration. Real deployment requires QNN SDK installation."
}