docker-agent-cookbook/work-with-llama-cpppublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/docker-agent-cookbook/work-with-llama-cpp.git
git clone ssh://git@rickub.com/docker-agent-cookbook/work-with-llama-cpp.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

labels.yaml · 38 lines · 1.1 KBYAML Blame HistoryRaw
🛟 Updated. 9da2cbb k33g 5h ago1# Managed by IssueSpec. Hand edits are welcome; keep the schema valid.
2labels:
3 - name: bug
4 color: "#d73a4a"
5 description: Something is not working
6 - name: documentation
7 color: "#0075ca"
8 description: Improvements or additions to documentation
9 - name: enhancement
10 color: "#a2eeef"
11 description: New feature or request
12 - name: question
13 color: "#d876e3"
14 description: Further information is requested
15 - name: wontfix
16 color: "#ffffff"
17 description: This will not be worked on
18 - name: priority::low
19 color: "#c5def5"
20 description: Can wait
21 - name: priority::medium
22 color: "#fbca04"
23 description: Normal priority
24 - name: priority::high
25 color: "#d93f0b"
26 description: Should be picked up next
27 - name: priority::urgent
28 color: "#b60205"
29 description: Drop everything
30 - name: kind::bug
31 color: "#d73a4a"
32 description: Something is broken
33 - name: kind::feature
34 color: "#0e8a16"
35 description: Something new
36 - name: kind::chore
37 color: "#bfdadc"
38 description: Maintenance, no visible change