From 8f92bb39c317b9682ca298600c76765b54b58422 Mon Sep 17 00:00:00 2001 From: rhinophant Date: Tue, 11 Jun 2024 21:56:55 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2736d6e..de5968b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository provides detailed tutorials for setting up and running Large Lan ## Features -- **GPU Accelerated Setup**: Leverage the power of Google Colab's GPUs to significantly speed up your model's performance. +- **GPU Accelerated Setup**: Use Google Colab's free Tesla T4 GPUs to speed up your model's performance by X60 times (compared to CPU only session). Note that GPU availability is limited by usage quotas. - **CPU Only Setup**: A detailed guide to setting up LLMs on a CPU-only environment, perfect for users without access to GPU resources. - **Comprehensive Instructions**: Each tutorial includes step-by-step instructions, from setting up the environment to executing the model. - **Code Examples**: Includes complete, runnable Jupyter notebooks that you can directly import into Colab and start using.