From 6b2c55e88247f88a3fe1682ec0c6651cd7ac1052 Mon Sep 17 00:00:00 2001 From: Ari Shokri Date: Thu, 19 Sep 2024 15:09:22 -0500 Subject: [PATCH] Update README.md Fixes a typo in "README.txt > Setup > Installing NVIDIA Drivers (if required)" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b95d95915..cd99719e64 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ sudo apt-get update sudo apt-get -y install cuda ``` -alternatively, one can install cudatoolkits in a cuda environment: +alternatively, one can install cudatoolkits in a conda environment: ```bash conda create -n llmstudio python=3.10