Skip to content
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

Unified dataset specification #111

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions mcloud_eval.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Ultravox training configuration
name: ultravox
image: mosaicml/composer:latest
compute:
gpus: 8
cluster: r14z3p1
integrations:
- integration_type: git_repo
git_repo: fixie-ai/ultravox
git_branch: $UV_BRANCH
pip_install: poetry==1.7.1
scheduling:
max_duration: 2 # 2 hours max for jobs to avoid hanging jobs
command: >-
cd ultravox &&
poetry install --no-dev &&
poetry run python -m ultravox.training.helpers.prefetch_weights $EVAL_ARGS &&
poetry run torchrun --nproc_per_node=8 -m ultravox.tools.eval_tool $EVAL_ARGS
env_variables:
MLFLOW_TRACKING_URI: databricks
UV_BRANCH: main
EVAL_ARGS: --config_path ultravox/evaluation/configs/eval_config_2k.yaml
2 changes: 1 addition & 1 deletion mcloud.yaml → mcloud_train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ command: >-
env_variables:
MLFLOW_TRACKING_URI: databricks
UV_BRANCH: main
TRAIN_ARGS: --config_path ultravox/training/configs/release_config.yaml
TRAIN_ARGS: --config_path ultravox/training/configs/release_config.yaml
23 changes: 0 additions & 23 deletions ultravox/data/dataset_config.py

This file was deleted.

Loading
Loading