From 8c65548b10e3f05af720d31a126cd938315d3018 Mon Sep 17 00:00:00 2001 From: hiyouga Date: Sat, 14 Dec 2024 17:36:03 +0000 Subject: [PATCH] update assets Former-commit-id: 7b9bd552b2bf97b72976511094eb51dfde5d1017 --- examples/inference/llama3_full_sft.yaml | 3 +++ examples/inference/llama3_lora_sft.yaml | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 examples/inference/llama3_full_sft.yaml diff --git a/examples/inference/llama3_full_sft.yaml b/examples/inference/llama3_full_sft.yaml new file mode 100644 index 00000000..d0c33209 --- /dev/null +++ b/examples/inference/llama3_full_sft.yaml @@ -0,0 +1,3 @@ +model_name_or_path: saves/llama3-8b/full/sft +template: llama3 +infer_backend: huggingface # choices: [huggingface, vllm] diff --git a/examples/inference/llama3_lora_sft.yaml b/examples/inference/llama3_lora_sft.yaml index ec5d8732..25d5457f 100644 --- a/examples/inference/llama3_lora_sft.yaml +++ b/examples/inference/llama3_lora_sft.yaml @@ -1,5 +1,4 @@ model_name_or_path: meta-llama/Meta-Llama-3-8B-Instruct adapter_name_or_path: saves/llama3-8b/lora/sft template: llama3 -finetuning_type: lora infer_backend: huggingface # choices: [huggingface, vllm]