Skip to content

Commit

Permalink
reverting activating release tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
  • Loading branch information
kouroshHakha committed Jul 27, 2023
1 parent 53d5514 commit 05b0a0f
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,59 +1070,6 @@
cluster_env: ../testing/cluster_envs/03_serving_stable_diffusion.yaml
cluster_compute: ../testing/compute_configs/gpu/gce.yaml


- name: workspace_template_finetuning_llms_with_deepspeed_llama_2_7b
group: Workspace templates
working_dir: workspace_templates/04_finetuning_llms_with_deepspeed
python: "3.9"
frequency: nightly-3x
team: serve
cluster:
byod:
type: cu118
cluster_env: ./cluster_env.yaml
cluster_compute: ./compute_configs/aws_7b_or_13b.yaml

run:
timeout: 600
script: chmod +x ./run_llama_7b.sh && ./run_llama_7b.sh --as-test

variations:
- __suffix__: aws
- __suffix__: gce
env: gce
frequency: manual
cluster:
cluster_env: ./cluster_env.yaml
cluster_compute: ./compute_configs/gce_7b_or_13b.yaml



- name: workspace_template_finetuning_llms_with_deepspeed_llama_2_13b
group: Workspace templates
working_dir: workspace_templates/04_finetuning_llms_with_deepspeed
python: "3.9"
frequency: nightly-3x
team: serve
cluster:
byod:
type: cu118
cluster_env: ./cluster_env.yaml
cluster_compute: ./compute_configs/aws_7b_or_13b.yaml

run:
timeout: 1200
script: chmod +x ./run_llama_13b.sh && ./run_llama_13b.sh --as-test

variations:
- __suffix__: aws
- __suffix__: gce
env: gce
frequency: manual
cluster:
cluster_env: ./cluster_env.yaml
cluster_compute: ./compute_configs/gce_7b_or_13b.yaml

#######################
# XGBoost release tests
#######################
Expand Down

0 comments on commit 05b0a0f

Please sign in to comment.