-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
49 lines (48 loc) · 1.9 KB
/
build.zig.zon
File metadata and controls
49 lines (48 loc) · 1.9 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.{
.name = .ava,
.fingerprint = 0xf584f7bb77662163,
.version = "0.0.1",
.dependencies = .{
.llama_cpp = .{
.url = "https://github.com/ggml-org/llama.cpp/archive/refs/tags/b8565.tar.gz",
.hash = "N-V-__8AANewlwcW8fpB7iNVfnjp3mLzWz_715r9yOyvYWNm",
},
.llama_cpp_macos = .{
.optional = true,
.url = "https://github.com/ggml-org/llama.cpp/releases/download/b8565/llama-b8565-bin-macos-arm64.tar.gz",
.hash = "N-V-__8AADbeGwe0AsJTOou8D6qPdzqCWeVdpyOtVHThMVwD",
},
.llama_cpp_windows = .{
.optional = true,
.url = "https://github.com/ggml-org/llama.cpp/releases/download/b8565/llama-b8565-bin-win-cpu-x64.zip",
.hash = "N-V-__8AADhatgZ4u2ryHp7nksz2-zF4x1RNQMrh1rAKh_F8",
},
.llama_cpp_linux = .{
.optional = true,
.url = "https://github.com/ggml-org/llama.cpp/releases/download/b8565/llama-b8565-bin-ubuntu-x64.tar.gz",
.hash = "N-V-__8AAO7QQQUlGi0nhQF6_mkWOCeDaEilS9TfRoIIr0nZ",
},
.webview = .{
.optional = true,
.url = "https://github.com/webview/webview/archive/f1a9d6b.tar.gz",
.hash = "N-V-__8AAFXpCgDf9CFaoMSic23MgE7_O01X9Nz6JGTh2AY3",
},
.tokamak = .{
.url = "git+https://github.com/cztomsik/tokamak?ref=main#390e1e8bca414337b60e13c307940f41ba34d777",
.hash = "tokamak-2.0.0-FbnSeRwJBwAd_KCZ9aEIpozZXoKq4YEc0njETBW9Z5Hq",
},
.fridge = .{
.url = "git+https://github.com/cztomsik/fridge?ref=main#2a26ff562b2326330b94c5a5e70a6910271a5a60",
.hash = "fridge-0.9.5-3GyIitK-AQCQ8X43LugpqkcXBNmVIDVnfa_VUXLrKTyz",
},
// .tokamak = .{
// .path = "../tokamak",
// },
// .fridge = .{
// .path = "../fridge",
// },
},
.paths = .{
"",
},
}