Skip to content

Commit

Permalink
Phi3
Browse files Browse the repository at this point in the history
  • Loading branch information
wizeng23 committed Feb 8, 2025
1 parent c5d18c5 commit ef468ee
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 7 deletions.
5 changes: 4 additions & 1 deletion configs/recipes/phi3/dpo/gcp_job.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Job config.
# Phi3 DPO GCP job config.
#
# Requirements:
# - Log into WandB (`wandb login`) or disable `enable_wandb`
#
# Usage:
# oumi launch up -c configs/recipes/phi3/dpo/gcp_job.yaml --cluster my-oumi-cluster
Expand Down
2 changes: 1 addition & 1 deletion configs/recipes/phi3/dpo/mac_train.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Training config.
# Phi3 DPO train config for Mac.
#
# Usage:
# oumi train -c configs/recipes/phi3/dpo/mac_train.yaml
Expand Down
2 changes: 1 addition & 1 deletion configs/recipes/phi3/dpo/nvidia_24g_train.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Training config.
# Phi3 DPO train config for an Nvidia GPU with 24GB memory.
#
# Usage:
# oumi train -c configs/recipes/phi3/dpo/nvidia_24g_train.yaml
Expand Down
2 changes: 1 addition & 1 deletion configs/recipes/phi3/dpo/nvidia_80g_train.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Training config.
# Phi3 DPO train config for an Nvidia GPU with 80GB memory.
#
# Usage:
# oumi train -c configs/recipes/phi3/dpo/nvidia_80g_train.yaml
Expand Down
2 changes: 1 addition & 1 deletion configs/recipes/phi3/dpo/train.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Training config.
# Phi3 DPO train config.
#
# Usage:
# oumi train -c configs/recipes/phi3/dpo/train.yaml
Expand Down
3 changes: 3 additions & 0 deletions configs/recipes/phi3/evaluation/eval.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Eval config for Phi3.
#
# Requirements:
# - Log into WandB (`wandb login`) or disable `enable_wandb`
#
# Usage:
# oumi evaluate -c configs/recipes/phi3/evaluation/eval.yaml
#
Expand Down
3 changes: 3 additions & 0 deletions configs/recipes/phi3/evaluation/gcp_job.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Job config to eval Phi3 Instruct on GCP.
#
# Requirements:
# - Log into WandB (`wandb login`) or disable `enable_wandb`
#
# Usage:
# oumi launch up -c configs/recipes/phi3/evaluation/gcp_job.yaml --cluster phi3-eval
#
Expand Down
2 changes: 1 addition & 1 deletion configs/recipes/phi3/sft/lora_train.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Training config.
# Phi3 LoRA train config.
#
# Usage:
# oumi train -c configs/recipes/phi3/sft/lora_train.yaml
Expand Down
2 changes: 1 addition & 1 deletion configs/recipes/phi3/sft/mac_lora_train.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Training config.
# Phi3 LoRA train config for Mac.
#
# Usage:
# oumi train -c configs/recipes/phi3/sft/mac_lora_train.yaml
Expand Down

0 comments on commit ef468ee

Please # to comment.