Skip to content

Commit

Permalink
Merge pull request #6334 from hiyouga/hiyouga/add_examples
Browse files Browse the repository at this point in the history
[assets] update wechat and examples
  • Loading branch information
hiyouga authored Dec 14, 2024
2 parents 2811814 + 7059055 commit e2fbd07
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file modified assets/wechat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/wechat_npu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions examples/inference/llama3_full_sft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
model_name_or_path: saves/llama3-8b/full/sft
template: llama3
infer_backend: huggingface # choices: [huggingface, vllm]
1 change: 0 additions & 1 deletion examples/inference/llama3_lora_sft.yaml
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit e2fbd07

Please sign in to comment.