From 1b3438cbfc375fcd7b3a900b0e6852d11e197cf5 Mon Sep 17 00:00:00 2001 From: ATHARV-CHAUDHAR Date: Sat, 22 Mar 2025 12:28:14 +0530 Subject: [PATCH] docs: Add system dependencies installation instructions in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index eff0d629..f107754f 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,12 @@ pip install --upgrade setuptools pip install -e . pip install --no-build-isolation flash-attn==2.7.1.post4 ``` +### Install System Dependencies + +```bash +sudo apt-get update +sudo apt-get install -y ffmpeg libsm6 libxext6 +``` ## Getting started with this repo