-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvcpkg.json
More file actions
29 lines (29 loc) · 872 Bytes
/
vcpkg.json
File metadata and controls
29 lines (29 loc) · 872 Bytes
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
29
{
"name": "eai",
"version": "0.2.0",
"description": "eAI — Embedded AI framework for intelligent systems",
"homepage": "https://github.com/embeddedos-org/eAI",
"license": "MIT",
"supports": "x64 | arm64",
"dependencies": [],
"features": {
"gguf": {
"description": "GGUF model format support"
},
"onnx": {
"description": "ONNX model format support"
},
"vulkan": {
"description": "Vulkan Compute accelerator backend"
},
"coreml": {
"description": "CoreML/Metal accelerator backend (macOS/iOS only)"
},
"bci": {
"description": "Brain-Computer Interface module"
},
"tools": {
"description": "Developer tools (bench, convert, profile)"
}
}
}