From 106cf35e10f2ebf0fb309a6d998cbbc5f5dedb8d Mon Sep 17 00:00:00 2001 From: Maria Mirkina Date: Sat, 12 Oct 2024 10:40:33 -0500 Subject: [PATCH] Renamed variant in model_llama3_1_recipe --- model_llama3_1_recipe/data_axs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/model_llama3_1_recipe/data_axs.json b/model_llama3_1_recipe/data_axs.json index f6f7208..b77d62b 100644 --- a/model_llama3_1_recipe/data_axs.json +++ b/model_llama3_1_recipe/data_axs.json @@ -1,12 +1,12 @@ { "_parent_entries": [ [ "^", "byname", "python_in_shell" ], [ "^", "byname", "entry_creator" ] ], "_producer_rules": [ - [ [ "downloaded", "hf_model", "model_family=llama3_1", "variant=8b" ], [[ "get", "pipeline" ]] ] + [ [ "downloaded", "hf_model", "model_family=llama3_1" ], [[ "get", "pipeline" ]] ] ], "model_family": "llama3_1", - "variant": "8b", - "model_name": "meta-llama/Llama-3.1-8B-Instruct", + "variant": "8B", + "model_name": [ "^^", "substitute", "meta-llama/Llama-3.1-#{variant}#-Instruct" ], "desired_python_version": "3.8", "hf_query": ["python_package", "package_name=\"huggingface_hub[cli]\"" ],