Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down