Skip to content

Commit a1a67cc

Browse files
cpgaffney1Orbax Authors
authored andcommitted
Move v1 benchmark files into a subfolder.
PiperOrigin-RevId: 873017363
1 parent b912119 commit a1a67cc

21 files changed

+92
-93
lines changed

checkpoint/orbax/checkpoint/_src/testing/benchmarks/configs/evaluations/model_sizes/llama-405b.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ checkpoint_config:
1313
path: "gs://orbax-benchmarks/checkpoints/llama-3.1-405B-checkpoints/0/items"
1414

1515
benchmarks:
16-
- generator: "orbax.checkpoint._src.testing.benchmarks.v1_benchmark.V1Benchmark"
16+
- generator: "orbax.checkpoint._src.testing.benchmarks.v1.benchmark.Benchmark"
1717
options:
1818
# --- Generator Options ---
19-
# These keys must match the attributes of the `V1BenchmarkOptions` class
20-
# associated with the `V1Benchmark` generator.
19+
# These keys must match the attributes of the `BenchmarkOptions` class
20+
# associated with the `Benchmark` generator.
2121
async_enabled: true
2222
use_ocdbt: true
2323
use_zarr3: true

checkpoint/orbax/checkpoint/_src/testing/benchmarks/configs/evaluations/model_sizes/llama-70b.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ checkpoint_config:
1313
path: "gs://orbax-benchmarks/checkpoints/llama-3.1-70B-checkpoints/0/items"
1414

1515
benchmarks:
16-
- generator: "orbax.checkpoint._src.testing.benchmarks.v1_benchmark.V1Benchmark"
16+
- generator: "orbax.checkpoint._src.testing.benchmarks.v1.benchmark.Benchmark"
1717
options:
1818
# --- Generator Options ---
19-
# These keys must match the attributes of the `V1BenchmarkOptions` class
20-
# associated with the `V1Benchmark` generator.
19+
# These keys must match the attributes of the `BenchmarkOptions` class
20+
# associated with the `Benchmark` generator.
2121
async_enabled: true
2222
use_ocdbt: true
2323
use_zarr3: true

checkpoint/orbax/checkpoint/_src/testing/benchmarks/configs/evaluations/model_sizes/llama-8b.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ checkpoint_config:
1212
path: "gs://orbax-benchmarks/checkpoints/llama-3.1-8B-checkpoints/0/items"
1313

1414
benchmarks:
15-
- generator: "orbax.checkpoint._src.testing.benchmarks.v1_benchmark.V1Benchmark"
15+
- generator: "orbax.checkpoint._src.testing.benchmarks.v1.benchmark.Benchmark"
1616
options:
1717
# --- Generator Options ---
18-
# These keys must match the attributes of the `V1BenchmarkOptions` class
19-
# associated with the `V1Benchmark` generator.
18+
# These keys must match the attributes of the `BenchmarkOptions` class
19+
# associated with the `Benchmark` generator.
2020
async_enabled: true
2121
use_ocdbt: true
2222
use_zarr3: true

checkpoint/orbax/checkpoint/_src/testing/benchmarks/configs/evaluations/resharding/llama-70b_generate_4-8-4.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ checkpoint_config:
1515
sharding_config_path: "gs://orbax-benchmarks/sharding-configs/llama3.1-70b-v5p-256-data-4-fsdp-8-tensor-4/abstract_state.json"
1616

1717
benchmarks:
18-
- generator: "orbax.checkpoint._src.testing.benchmarks.v1_benchmark.V1Benchmark"
18+
- generator: "orbax.checkpoint._src.testing.benchmarks.v1.benchmark.Benchmark"
1919
options:
2020
# --- Generator Options ---
21-
# These keys must match the attributes of the `V1BenchmarkBenchmarkOptions` class
22-
# associated with the `V1Benchmark` generator.
21+
# These keys must match the attributes of the `BenchmarkOptions` class
22+
# associated with the `Benchmark` generator.
2323
async_enabled: true
2424
use_ocdbt: true
2525
use_zarr3: true

checkpoint/orbax/checkpoint/_src/testing/benchmarks/configs/evaluations/resharding/llama-70b_generate_4-8-4_subchunked.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ checkpoint_config:
1515
sharding_config_path: "gs://orbax-benchmarks/sharding-configs/llama3.1-70b-v5p-256-data-4-fsdp-8-tensor-4/abstract_state.json"
1616

1717
benchmarks:
18-
- generator: "orbax.checkpoint._src.testing.benchmarks.v1_benchmark.V1Benchmark"
18+
- generator: "orbax.checkpoint._src.testing.benchmarks.v1.benchmark.Benchmark"
1919
options:
2020
# --- Generator Options ---
21-
# These keys must match the attributes of the `V1BenchmarkBenchmarkOptions` class
22-
# associated with the `V1Benchmark` generator.
21+
# These keys must match the attributes of the `BenchmarkOptions` class
22+
# associated with the `Benchmark` generator.
2323
async_enabled: true
2424
use_ocdbt: true
2525
use_zarr3: true

checkpoint/orbax/checkpoint/_src/testing/benchmarks/configs/evaluations/resharding/llama-70b_reshard_4-8-4_subchunked_to_1-128-1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ mesh_config:
1212
# Note: checkpoint_config field not specified.
1313

1414
benchmarks:
15-
- generator: "orbax.checkpoint._src.testing.benchmarks.v1_resharding_benchmark.V1ReshardingBenchmark"
15+
- generator: "orbax.checkpoint._src.testing.benchmarks.v1.resharding_benchmark.ReshardingBenchmark"
1616
options:
1717
# --- Generator Options ---
18-
# These keys must match the attributes of the `V1ReshardingBenchmarkOptions` class
19-
# associated with the `V1ReshardingBenchmark` generator.
18+
# These keys must match the attributes of the `ReshardingBenchmarkOptions` class
19+
# associated with the `ReshardingBenchmark` generator.
2020
async_enabled: true
2121
use_ocdbt: true
2222
use_zarr3: true

checkpoint/orbax/checkpoint/_src/testing/benchmarks/configs/evaluations/resharding/llama-70b_reshard_4-8-4_subchunked_to_1-32-1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ mesh_config:
1212
# Note: checkpoint_config field not specified.
1313

1414
benchmarks:
15-
- generator: "orbax.checkpoint._src.testing.benchmarks.v1_resharding_benchmark.V1ReshardingBenchmark"
15+
- generator: "orbax.checkpoint._src.testing.benchmarks.v1.resharding_benchmark.ReshardingBenchmark"
1616
options:
1717
# --- Generator Options ---
18-
# These keys must match the attributes of the `V1ReshardingBenchmarkOptions` class
19-
# associated with the `V1ReshardingBenchmark` generator.
18+
# These keys must match the attributes of the `ReshardingBenchmarkOptions` class
19+
# associated with the `ReshardingBenchmark` generator.
2020
async_enabled: true
2121
use_ocdbt: true
2222
use_zarr3: true

checkpoint/orbax/checkpoint/_src/testing/benchmarks/configs/evaluations/resharding/llama-70b_reshard_4-8-4_to_1-128-1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ mesh_config:
1212
# Note: checkpoint_config field not specified.
1313

1414
benchmarks:
15-
- generator: "orbax.checkpoint._src.testing.benchmarks.v1_resharding_benchmark.V1ReshardingBenchmark"
15+
- generator: "orbax.checkpoint._src.testing.benchmarks.v1.resharding_benchmark.ReshardingBenchmark"
1616
options:
1717
# --- Generator Options ---
18-
# These keys must match the attributes of the `V1ReshardingBenchmarkOptions` class
19-
# associated with the `V1ReshardingBenchmark` generator.
18+
# These keys must match the attributes of the `ReshardingBenchmarkOptions` class
19+
# associated with the `ReshardingBenchmark` generator.
2020
async_enabled: true
2121
use_ocdbt: true
2222
use_zarr3: true

checkpoint/orbax/checkpoint/_src/testing/benchmarks/configs/evaluations/resharding/llama-70b_reshard_4-8-4_to_1-32-1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ mesh_config:
1212
# Note: checkpoint_config field not specified.
1313

1414
benchmarks:
15-
- generator: "orbax.checkpoint._src.testing.benchmarks.v1_resharding_benchmark.V1ReshardingBenchmark"
15+
- generator: "orbax.checkpoint._src.testing.benchmarks.v1.resharding_benchmark.ReshardingBenchmark"
1616
options:
1717
# --- Generator Options ---
18-
# These keys must match the attributes of the `V1ReshardingBenchmarkOptions` class
19-
# associated with the `V1ReshardingBenchmark` generator.
18+
# These keys must match the attributes of the `ReshardingBenchmarkOptions` class
19+
# associated with the `ReshardingBenchmark` generator.
2020
async_enabled: true
2121
use_ocdbt: true
2222
use_zarr3: true

checkpoint/orbax/checkpoint/_src/testing/benchmarks/configs/evaluations/resharding/llama-70b_reshard_4-8-4_to_4-8-4.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ mesh_config:
1313
# Note: checkpoint_config field not specified.
1414

1515
benchmarks:
16-
- generator: "orbax.checkpoint._src.testing.benchmarks.v1_resharding_benchmark.V1ReshardingBenchmark"
16+
- generator: "orbax.checkpoint._src.testing.benchmarks.v1.resharding_benchmark.ReshardingBenchmark"
1717
options:
1818
# --- Generator Options ---
19-
# These keys must match the attributes of the `V1ReshardingBenchmarkOptions` class
20-
# associated with the `V1ReshardingBenchmark` generator.
19+
# These keys must match the attributes of the `ReshardingBenchmarkOptions` class
20+
# associated with the `ReshardingBenchmark` generator.
2121
async_enabled: true
2222
use_ocdbt: true
2323
use_zarr3: true

0 commit comments

Comments
 (0)