mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-02 03:32:50 +08:00
update assets
Former-commit-id: 7059055e89cc3f8557581d5d5b728a82ab5b0899
This commit is contained in:
parent
6f1e450739
commit
ba901bc000
Binary file not shown.
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 161 KiB |
Binary file not shown.
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 168 KiB |
3
examples/inference/llama3_full_sft.yaml
Normal file
3
examples/inference/llama3_full_sft.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
model_name_or_path: saves/llama3-8b/full/sft
|
||||||
|
template: llama3
|
||||||
|
infer_backend: huggingface # choices: [huggingface, vllm]
|
@ -1,5 +1,4 @@
|
|||||||
model_name_or_path: meta-llama/Meta-Llama-3-8B-Instruct
|
model_name_or_path: meta-llama/Meta-Llama-3-8B-Instruct
|
||||||
adapter_name_or_path: saves/llama3-8b/lora/sft
|
adapter_name_or_path: saves/llama3-8b/lora/sft
|
||||||
template: llama3
|
template: llama3
|
||||||
finetuning_type: lora
|
|
||||||
infer_backend: huggingface # choices: [huggingface, vllm]
|
infer_backend: huggingface # choices: [huggingface, vllm]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user