nmmursit commited on
Commit
a72f4a2
·
verified ·
1 Parent(s): adc1fc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -93,6 +93,21 @@ model = convert_to_float8_training(model, config=config)
93
  | tensorboard-data-server | 0.7.2 |
94
  | wandb | 0.22.1 |
95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  ### *Training Time Analysision*
97
  | Model | Training Time (mins) | Memory Allocated (avg %) | GPU Utilization (avg %) | Speed vs bf16 |
98
  | :-------------------------------------------------- | --------------------: | -----------------------: | -----------------------: | -------------: |
 
93
  | tensorboard-data-server | 0.7.2 |
94
  | wandb | 0.22.1 |
95
 
96
+ ## Job Details
97
+ | model | Job ID | Runtime (mins) | Nodes | GPUs | Node-hour | GPU-hour | micro-batch | batch-size | gradient_accumulation | total_batch_size |
98
+ | ---------------------------------------- | -------- | -------------- | ----- | ---- | --------- | ---------- | ----------- | ---------- | --------------------- | ---------------- |
99
+ | Llama-3.1-8B-Instruct_w16a8_rw | 31768103 | 115.75 | 1 | 4 | **1.929** | **7.716** | 2 | 2 | 4 | 32 |
100
+ | Llama-3.1-8B-Instruct_w16a8_rw_with_gw_hp| 31837629 | 109.00 | 1 | 4 | **1.816** | **7.266** | 2 | 2 | 4 | 32 |
101
+ | Llama-3.1-8B-Instruct-w16a8-mxtw | 31768031 | 64.00 | 4 | 4 | **1.066** | **4.266** | 2 | 2 | 4 | 32 |
102
+ | Llama-3.1-8B-Instruct-w16a16-tw | 31768074 | 138.75 | 1 | 4 | **0.858** | **3.433** | 2 | 2 | 4 | 32 |
103
+ | Llama-3.1-8B-Instruct-w16a8-1node-bs8 | 31768093 | 123.75 | 1 | 4 | **0.788** | **3.151** | 2 | 2 | 4 | 32 |
104
+ | Llama-3.1-8B-Instruct-w16a16-4nodes-bs32 | 31478433 | 31.75 | 4 | 4 | **2.117** | **8.467** | 4 | 4 | 8 | 512 |
105
+ | Llama-3.1-8B-Instruct-w16a8-4nodes-bs32 | 31478468 | 39.75 | 4 | 4 | **2.650** | **10.600** | 4 | 4 | 8 | 512 |
106
+ | Llama-3.1-8B-Instruct-w16a16-8nodes-bs32 | 31476914 | 22.00 | 8 | 4 | **2.933** | **11.733** | 4 | 4 | 8 | 1024 |
107
+ | Llama-3.1-8B-Instruct-w16a8-8nodes-bs32 | 31476844 | 23.50 | 8 | 4 | **3.133** | **12.533** | 4 | 4 | 8 | 1024 |
108
+ | Llama-3.1-8B-Instruct-w16a16-8nodes-bs64 | 31476914 | 22.00 | 8 | 4 | **2.933** | **11.733** | 4 | 4 | 8 | 1024 |
109
+ | Llama-3.1-8B-Instruct-w16a8-8nodes-bs64 | 31476844 | 23.50 | 8 | 4 | **3.133** | **12.533** | 4 | 4 | 8 | 1024 |
110
+
111
  ### *Training Time Analysision*
112
  | Model | Training Time (mins) | Memory Allocated (avg %) | GPU Utilization (avg %) | Speed vs bf16 |
113
  | :-------------------------------------------------- | --------------------: | -----------------------: | -----------------------: | -------------: |