Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sirius/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The benchmark script has been validated on both Lambda Cloud `GH200` instances a

To run the benchmark on AWS, launch an EC2 instance using the `Deep Learning Base AMI with Single CUDA (Ubuntu 22.04)` (x86 version), which includes CUDA preinstalled.

You will also need to make a GPU capacity reservation upfront, e.g. 1 day for ~100 USD.

### Lambda Cloud

Running the benchmark on Lambda Cloud requires no additional setup.
Running the benchmark on Lambda Cloud requires no additional setup.
2 changes: 1 addition & 1 deletion sirius/results/lambda-GH200.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"proprietary": "no",
"hardware": "gpu",
"tuned": "no",
"tags": ["C++","column-oriented","embedded","lukewarm-cold-run"],
"tags": ["C++","column-oriented","embedded"],
"load_time": 26.30,
"data_size": 26903326720,
"result": [
Expand Down
2 changes: 1 addition & 1 deletion sirius/results/p5.4xlarge.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"proprietary": "no",
"hardware": "gpu",
"tuned": "no",
"tags": ["C++","column-oriented","embedded","lukewarm-cold-run"],
"tags": ["C++","column-oriented","embedded"],
"load_time": 237.18,
"data_size": 26921938944,
"result": [
Expand Down
3 changes: 1 addition & 2 deletions sirius/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"tags": [
"C++",
"column-oriented",
"embedded",
"lukewarm-cold-run"
"embedded"
]
}