Skip to content

Commit

Permalink
reduce number of models for finetuning (intel#130)
Browse files Browse the repository at this point in the history
Signed-off-by: jiafu zhang <[email protected]>
  • Loading branch information
jiafuzha authored Nov 21, 2023
1 parent 54625aa commit 734031a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/night_build_memo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
finetune: gpt2, bigscience/bloom-560m, facebook/opt-125m, mosaicml/mpt-7b-chat, huggyllama/llama-7b
2 changes: 1 addition & 1 deletion .github/workflows/workflow_finetune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: finetune test
strategy:
matrix:
model: [ EleutherAI/gpt-j-6b, gpt2, bigscience/bloom-560m, facebook/opt-125m, mosaicml/mpt-7b-chat, huggyllama/llama-7b, meta-llama/Llama-2-7b-chat-hf ]
model: [ EleutherAI/gpt-j-6b, meta-llama/Llama-2-7b-chat-hf ]
runs-on: self-hosted
steps:
- name: Checkout
Expand Down

0 comments on commit 734031a

Please sign in to comment.