Skip to content

Commit c00013a

Browse files
committed
add llama 3.1 70b bf16 16node recipe and refine 405b recipe folder
1 parent 0964889 commit c00013a

File tree

19 files changed

+876
-0
lines changed

19 files changed

+876
-0
lines changed

training/a4x/llama3-1-405b/Chart.yaml renamed to training/a4x/llama3-1-405b/nemo-pretraining-gke/16node-FP8CS-GBS2048/recipe/Chart.yaml

File renamed without changes.

training/a4x/llama3-1-405b/README.md renamed to training/a4x/llama3-1-405b/nemo-pretraining-gke/16node-FP8CS-GBS2048/recipe/README.md

File renamed without changes.

training/a4x/llama3-1-405b/launcher.sh renamed to training/a4x/llama3-1-405b/nemo-pretraining-gke/16node-FP8CS-GBS2048/recipe/launcher.sh

File renamed without changes.

training/a4x/llama3-1-405b/llama3-1-405b-fp8cs-gbs2048-gpus64.py renamed to training/a4x/llama3-1-405b/nemo-pretraining-gke/16node-FP8CS-GBS2048/recipe/llama3-1-405b-fp8cs-gbs2048-gpus64.py

File renamed without changes.

training/a4x/llama3-1-405b/templates/workload-config-configmap.yaml renamed to training/a4x/llama3-1-405b/nemo-pretraining-gke/16node-FP8CS-GBS2048/recipe/templates/workload-config-configmap.yaml

File renamed without changes.

training/a4x/llama3-1-405b/templates/workload-job.yaml renamed to training/a4x/llama3-1-405b/nemo-pretraining-gke/16node-FP8CS-GBS2048/recipe/templates/workload-job.yaml

File renamed without changes.

training/a4x/llama3-1-405b/templates/workload-launcher-configmap.yaml renamed to training/a4x/llama3-1-405b/nemo-pretraining-gke/16node-FP8CS-GBS2048/recipe/templates/workload-launcher-configmap.yaml

File renamed without changes.

training/a4x/llama3-1-405b/templates/workload-svc.yaml renamed to training/a4x/llama3-1-405b/nemo-pretraining-gke/16node-FP8CS-GBS2048/recipe/templates/workload-svc.yaml

File renamed without changes.

training/a4x/llama3-1-405b/values.yaml renamed to training/a4x/llama3-1-405b/nemo-pretraining-gke/16node-FP8CS-GBS2048/recipe/values.yaml

File renamed without changes.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright 2025 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
apiVersion: v2
16+
name: a4_jobset_workload
17+
description: a4_jobset_workload
18+
type: application
19+
version: 0.1.0
20+
appVersion: "1.16.0"

0 commit comments

Comments
 (0)