Skip to content

Commit 049b641

Browse files
authored
Revise tuning benchmark results and learning rates
Updated benchmark results and learning rate scores in tuning_serving_benchmark.md.
1 parent 753c400 commit 049b641

1 file changed

Lines changed: 19 additions & 10 deletions

File tree

content/learning-paths/servers-and-cloud-computing/ray-on-axion/tuning_serving_benchmark.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,23 @@ Configuration for experiment trainable...
6363
6464
Number of trials: 3
6565
66-
Trial trainable_00000 (lr=0.001) → score = 0.00529
67-
Trial trainable_00001 (lr=0.01) → score = 0.04468
68-
Trial trainable_00002 (lr=0.1) → score = 0.28527
69-
7066
Trial status: 3 TERMINATED
71-
72-
Best result:
73-
score = 0.28527 (lr = 0.1)
67+
Current time: 2026-04-13 13:21:47. Total running time: 1s
68+
Logical resource usage: 1.0/4 CPUs, 0/0 GPUs
69+
╭────────────────────────────────────────────────────────────────────────────────────╮
70+
│ Trial name status lr iter total time (s) score │
71+
├────────────────────────────────────────────────────────────────────────────────────┤
72+
│ trainable_b83d8_00000 TERMINATED 0.001 1 0.000396013 0.0053353 │
73+
│ trainable_b83d8_00001 TERMINATED 0.01 1 0.000548363 0.0366355 │
74+
│ trainable_b83d8_00002 TERMINATED 0.1 1 0.000375986 0.363394 │
75+
╰────────────────────────────────────────────────────────────────────────────────────╯
76+
77+
Best result: Result(
78+
metrics={'score': 0.36339389194042176},
79+
path='/home/pareena_verma_arm_com/ray_results/trainable_2026-04-13_13-21-45/trainable_b83d8_00002_2_lr=0.1000_2026-04-13_13-21-46',
80+
filesystem='local',
81+
checkpoint=None
82+
)
7483
```
7584

7685
### Understanding the output
@@ -82,16 +91,16 @@ score = 0.28527 (lr = 0.1)
8291
| Learning Rate | Score |
8392
| ------------- | ----- |
8493
| 0.001 | 0.005 |
85-
| 0.01 | 0.044 |
86-
| 0.1 | 0.285 |
94+
| 0.01 | 0.036 |
95+
| 0.1 | 0.363 |
8796

8897
**Best configuration = learning rate 0.1**
8998

9099
* Total runtime ≈ **1 second** (parallel execution)
91100
* Results stored in:
92101

93102
```bash
94-
/home/gcpuser/ray_results/
103+
$HOME/ray_results/
95104
```
96105

97106
## Deploy model using Ray Serve

0 commit comments

Comments
 (0)