-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Finetune] Add finetune Gaudi workflow #240
base: main
Are you sure you want to change the base?
Conversation
dev/scripts/ci-functions.sh
Outdated
docker exec "finetune" bash -c "llm_on_ray-finetune --config_file llm_on_ray/finetune/finetune_gaudi.yaml" | ||
} | ||
|
||
denas_lora_test_gaudi(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deltatuner is removed, not supported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed, thanks for review!
Signed-off-by: Yizhong Zhang <[email protected]>
Signed-off-by: Yizhong Zhang <[email protected]>
Signed-off-by: Yizhong Zhang <[email protected]>
@@ -31,7 +31,27 @@ build_and_prune() { | |||
# Build Docker image and perform cleaning operation | |||
docker build ./ "${docker_args[@]}" -f dev/docker/Dockerfile${DF_SUFFIX} -t ${TARGET}:latest && yes | docker container prune && yes | |||
docker image prune -f | |||
} | |||
|
|||
build_and_prune_gaudi() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no need to duplicate code, could you merge this with build_and_prune
Signed-off-by: Yizhong Zhang <[email protected]>
Including following models:
"EleutherAI/gpt-j-6b"
"meta-llama/Llama-2-7b-chat-hf"
"mistralai/Mistral-7B-v0.1"
"google/gemma-2b"