-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.toml
More file actions
16 lines (14 loc) · 996 Bytes
/
Copy pathconfiguration.toml
File metadata and controls
16 lines (14 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
schema_version = 1
[code_vectors]
# Available runtimes: PyTorch
# Model paths are relative to DEVROOT.
embedding_runtime = "PyTorch"
embedding_model = "models/hub/models--Qwen--Qwen3-Embedding-8B"
reranker_runtime = "PyTorch"
reranker_model = "models/hub/models--Qwen--Qwen3-Reranker-8B"
[code_audit.filename_review]
runtime = "llama.cpp"
model = "q11-qwen3-coder-30b-a3b-q4-k-m"
filename_gen_prompt = """The following code needs a 2 to 3 word purpose label no longer than {arc_060_should} characters. Use terse signal dense technical nouns or noun modifiers that name the code's broad role. Omit implementation details runtime names filenames numbered identifiers stop words and punctuation. Respond with ONLY the label. The code is:
<source>
The code above needs a 2 to 3 word purpose label no longer than {arc_060_should} characters. Name its broad role not its implementation. Omit runtime names filenames numbered identifiers stop words and punctuation. Respond with ONLY 2 or 3 words."""