Skip to content

Commit 9efd5c7

Browse files
committed
updated readme
1 parent 0632ec9 commit 9efd5c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,21 @@ The following is a list of steps to help you get set up and into the main bash s
5656
‼️‼️
5757
We note that the base container image will take up about 15 GB of storage space, which then jumps to 40 GB when we build the container; once we start building codes and gathering profiling data, the disk usage will jump up to about 50 GB.
5858
Please ensure your system has enough storage space before continuing.
59+
Additional note: we provide all the sampling and code-scraping data -- therefore you can simply use a non-NVIDIA-gpu-enabled machine to run the LLM queries with our dataset.
5960
‼️‼️
6061

6162
```
6263
git clone [email protected]:gregbolet/gpu-flopbench.git ./gpu-flopbench
6364
6465
cd ./gpu-flopbench
6566
67+
# one of our code scrape files is 100MB, so we need to fetch it via Git LFS
68+
git lfs install && git lfs pull && git lfs fetch --all && git lfs checkout
69+
6670
docker build --progress=plain -t 'gpu-flopbench' .
6771
6872
## Alternative docker build if host machine is Apple Silicon (M1/2/3/4)
69-
docker build --platform=linux/amd64 -t 'gpu-flopbench' .
73+
docker build --platform=linux/amd64 --progress=plain -t 'gpu-flopbench' .
7074
7175
docker run -ti --gpus all --name gpu-flopbench-container --runtime=nvidia -e NVIDIA_DRIVER_CAPABILITIES=compute,utility -e NVIDIA_VISIBLE_DEVICES=all gpu-flopbench
7276

0 commit comments

Comments
 (0)