Skip to content

Commit

Permalink
h100 mlp+attention+ar
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 14, 2024
1 parent 715aee2 commit 57720ca
Show file tree
Hide file tree
Showing 9 changed files with 354,783 additions and 1 deletion.
58,633 changes: 58,633 additions & 0 deletions data/profiling/compute/h100/Qwen/Qwen-72B/attention.csv

Large diffs are not rendered by default.

58,633 changes: 58,633 additions & 0 deletions data/profiling/compute/h100/codellama/CodeLlama-34b-Instruct-hf/attention.csv

Large diffs are not rendered by default.

58,633 changes: 58,633 additions & 0 deletions data/profiling/compute/h100/internlm/internlm-20b/attention.csv

Large diffs are not rendered by default.

58,633 changes: 58,633 additions & 0 deletions data/profiling/compute/h100/meta-llama/Llama-2-70b-hf/attention.csv

Large diffs are not rendered by default.

58,633 changes: 58,633 additions & 0 deletions data/profiling/compute/h100/meta-llama/Llama-2-7b-hf/attention.csv

Large diffs are not rendered by default.

58,633 changes: 58,633 additions & 0 deletions data/profiling/compute/h100/microsoft/phi-2/attention.csv

Large diffs are not rendered by default.

2,983 changes: 2,983 additions & 0 deletions data/profiling/network/h100_nvlink/all_reduce.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion simulator/profiling/collectives/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def parse_args():
"--num_workers_per_node_combinations",
type=int,
nargs="+",
default=[1, 2, 4],
default=[1, 2, 4, 8],
)
parser.add_argument(
"--output_dir",
Expand Down
1 change: 1 addition & 0 deletions simulator/profiling/cpu_overhead/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def profile_model(
pbar.update(1)

df = pd.DataFrame(results)
os.makedirs("f{output_dir}/{model_name}", exist_ok=True)
df.to_csv(f"{output_dir}/{model_name}/cpu_overhead.csv")


Expand Down

0 comments on commit 57720ca

Please sign in to comment.