Arrcttacsrks commited on
Commit
6f55bdd
·
verified ·
1 Parent(s): 6fa7a3b

Upload llama.cpp/flake.lock with huggingface_hub

Browse files
Files changed (1) hide show
  1. llama.cpp/flake.lock +58 -0
llama.cpp/flake.lock ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "nodes": {
3
+ "flake-parts": {
4
+ "inputs": {
5
+ "nixpkgs-lib": "nixpkgs-lib"
6
+ },
7
+ "locked": {
8
+ "lastModified": 1730504689,
9
+ "narHash": "sha256-hgmguH29K2fvs9szpq2r3pz2/8cJd2LPS+b4tfNFCwE=",
10
+ "owner": "hercules-ci",
11
+ "repo": "flake-parts",
12
+ "rev": "506278e768c2a08bec68eb62932193e341f55c90",
13
+ "type": "github"
14
+ },
15
+ "original": {
16
+ "owner": "hercules-ci",
17
+ "repo": "flake-parts",
18
+ "type": "github"
19
+ }
20
+ },
21
+ "nixpkgs": {
22
+ "locked": {
23
+ "lastModified": 1730200266,
24
+ "narHash": "sha256-l253w0XMT8nWHGXuXqyiIC/bMvh1VRszGXgdpQlfhvU=",
25
+ "owner": "NixOS",
26
+ "repo": "nixpkgs",
27
+ "rev": "807e9154dcb16384b1b765ebe9cd2bba2ac287fd",
28
+ "type": "github"
29
+ },
30
+ "original": {
31
+ "owner": "NixOS",
32
+ "ref": "nixos-unstable",
33
+ "repo": "nixpkgs",
34
+ "type": "github"
35
+ }
36
+ },
37
+ "nixpkgs-lib": {
38
+ "locked": {
39
+ "lastModified": 1730504152,
40
+ "narHash": "sha256-lXvH/vOfb4aGYyvFmZK/HlsNsr/0CVWlwYvo2rxJk3s=",
41
+ "type": "tarball",
42
+ "url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz"
43
+ },
44
+ "original": {
45
+ "type": "tarball",
46
+ "url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz"
47
+ }
48
+ },
49
+ "root": {
50
+ "inputs": {
51
+ "flake-parts": "flake-parts",
52
+ "nixpkgs": "nixpkgs"
53
+ }
54
+ }
55
+ },
56
+ "root": "root",
57
+ "version": 7
58
+ }