[verified] fix: enforce canonical native runtime pin
This commit is contained in:
@@ -49,7 +49,7 @@ _RECIPE = RuntimeRecipe(
|
||||
tokenizer_revision="0123456789abcdef",
|
||||
architecture_adapter="llama/range-v1",
|
||||
backend_id="llama.cpp",
|
||||
runtime_version="llama.cpp@deadbeef+meshnet.1",
|
||||
runtime_version="llama.cpp@" + "d" * 40 + "+patchstack." + "e" * 64,
|
||||
recipe_id="example-gguf",
|
||||
recipe_version="1",
|
||||
catalogue_version="2026.07.1",
|
||||
|
||||
Reference in New Issue
Block a user