-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
error dir cleanup ; fixup nb and rerun
- Loading branch information
1 parent
f57a913
commit 1b3bb52
Showing
8 changed files
with
1,492 additions
and
4,693 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ Shown here are results run on the following hardware: | |
* AMD EPYC 9124 16-Core 3GHz processor | ||
* 125GB RAM | ||
* 440GB NVMe SSD | ||
* Bare-metal "m4-bare-medium" instance provided by [Latitude](https://www.latitude.sh/) | ||
* Bare-metal "m4-metal-medium" instance provided by [Latitude](https://www.latitude.sh/) | ||
|
||
Note: | ||
* We've included a [detailed hardware inventory.](#hardware_inventory) | ||
|
@@ -45,13 +45,13 @@ Note: | |
|
||
### Data Export | ||
|
||
The full data export CSV file can be found [here.](latitude/data_export_m4-bare-medium.csv) | ||
The full data export CSV file can be found [here.](latitude/data_export_m4-metal-medium.csv) | ||
|
||
## Hardware_Inventory | ||
|
||
* Via [*lshw*](latitude/m4-bare-medium-lshw.txt) | ||
* Via [*hwinfo*](latitude/m4-bare-medium-hwinfo.txt) | ||
* Via [*procinfo*](latitude/m4-bare-medium-procinfo.txt) | ||
* Via [*lshw*](latitude/m4-metal-medium-lshw.txt) | ||
* Via [*hwinfo*](latitude/m4-metal-medium-hwinfo.txt) | ||
* Via [*procinfo*](latitude/m4-metal-medium-procinfo.txt) | ||
|
||
## How_To_Reproduce | ||
|
||
|
@@ -62,16 +62,16 @@ A few algorithms did not complete and those errors are shown. | |
### System Preparation | ||
|
||
* Signup for/sign into your Latitude account | ||
* Provision an "m4-bare-medium" instance with at least 100GB NVMe SSD with Linux 20.04.06 LTS | ||
* Provision an "m4-metal-medium" instance with at least 100GB NVMe SSD with Linux 20.04.06 LTS | ||
* ssh remotely into the instance | ||
* update Linux via command ```sudo apt-get update``` | ||
* install Anaconda for Linux | ||
* run the following commands: | ||
``` | ||
git clone [email protected]:harsha-simhadri/big-ann-benchmarks.git | ||
cd big-ann-benchmarks | ||
conda create -n bigann-latitude-m4-bare-medium python=3.10 | ||
conda activate bigann-latitude-m4-bare-medium | ||
conda create -n bigann-latitude-m4-metal-medium python=3.10 | ||
conda activate bigann-latitude-m4-metal-medium | ||
python -m pip install -r requirements_py3.10.txt | ||
``` | ||
|
||
|
Oops, something went wrong.