From 71e240e4e77fcdffe1f011d2bef7d9744b4b5f0e Mon Sep 17 00:00:00 2001
From: Ikko Eltociear Ashimine <eltociear@gmail.com>
Date: Fri, 21 Jul 2023 00:29:39 +0900
Subject: [PATCH] fix typo in mutli_gpu.md

avaiable -> available
---
 docs/mutli_gpu.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/mutli_gpu.md b/docs/mutli_gpu.md
index 5695ccf5..2699df28 100644
--- a/docs/mutli_gpu.md
+++ b/docs/mutli_gpu.md
@@ -132,7 +132,7 @@ save_optimizer: bool=False
 
 ```
 
-* [Datasets config file](../configs/datasets.py) provides the avaiable options for datasets.
+* [Datasets config file](../configs/datasets.py) provides the available options for datasets.
 
 * [peft config file](../configs/peft.py) provides the suported PEFT methods and respective settings that can be modified.
 
-- 
GitLab