From dc367951ce449533dcbe71f4bc147899d226fe7a Mon Sep 17 00:00:00 2001 From: flavioferlin <165826232+flavioferlin@users.noreply.github.com> Date: Sat, 27 Apr 2024 19:15:04 -0300 Subject: [PATCH] Update README.md To avoid errors such as "RuntimeError: Building apex kernels was requested, but nvcc was not found.", ask that user check availability of minimum hardware requirements. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff32f7990..d9ff7544e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The OPT models can be served with [FasterTransformer](https://github.com/NVIDIA/ The OPT models can be finetuned using [DeepSpeed](https://github.com/microsoft/DeepSpeed). See the [DeepSpeed-Chat example](https://github.com/microsoft/DeepSpeedExamples/tree/master/applications/DeepSpeed-Chat) to get started. ## Getting Started in Metaseq -Follow [setup instructions here](docs/setup.md) to get started. +Follow [setup instructions here](docs/setup.md) to get started. Before heading there, we kindly suggest that you assess whether you have the minimum hardware required, to avoid errors such as "RuntimeError: Building apex kernels was requested, but nvcc was not found". Thank you! ### Documentation on workflows * [Training](docs/training.md)