diff --git a/README.md b/README.md index b8d52f544..ccecd99bb 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,15 @@ Supported adapters include LoRA adapters trained using the [PEFT](https://github We recommend starting with our pre-built Docker image to avoid compiling custom CUDA kernels and other dependencies. +### Requirements + +The minimum system requirements need to run LoRAX include: + +- Nvidia GPU (Ampere generation or above) +- CUDA 11.8 compatible device drivers and above +- Linux OS +- Docker (for this guide) + ### Launch LoRAX Server ```shell diff --git a/docs/index.md b/docs/index.md index ff4161eb1..305556374 100644 --- a/docs/index.md +++ b/docs/index.md @@ -57,6 +57,15 @@ Supported adapters include LoRA adapters trained using the [PEFT](https://github We recommend starting with our pre-built Docker image to avoid compiling custom CUDA kernels and other dependencies. +### Requirements + +The minimum system requirements need to run LoRAX include: + +- Nvidia GPU (Ampere generation or above) +- CUDA 11.8 compatible device drivers and above +- Linux OS +- Docker (for this guide) + ### Launch LoRAX Server ```shell