From 79ead58fafc3cb7d886ebcfe2bd238767362a476 Mon Sep 17 00:00:00 2001 From: 3luka <94873742+MohamedAlaaAli@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:28:08 +0300 Subject: [PATCH] Update minigpt4.py --- minigpt4/models/minigpt4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minigpt4/models/minigpt4.py b/minigpt4/models/minigpt4.py index a2e4798..7da627b 100644 --- a/minigpt4/models/minigpt4.py +++ b/minigpt4/models/minigpt4.py @@ -39,7 +39,7 @@ class MiniGPT4(MiniGPTBase): prompt_template="", max_txt_len=32, end_sym='\n', - low_resource=False, # use 8 bit and put vit in cpu + low_resource=True, # use 8 bit and put vit in cpu device_8bit=0, # the device of 8bit model should be set when loading and cannot be changed anymore. ): super().__init__(