From d46e26da9981ebcb78f50a29f63cbc127582c16b Mon Sep 17 00:00:00 2001 From: camenduru <54370274+camenduru@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:09:02 +0300 Subject: [PATCH] 4bit/llava-v1.5-7b-5GB --- LLaVA_colab.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LLaVA_colab.ipynb b/LLaVA_colab.ipynb index ec1a895..69c1ddf 100644 --- a/LLaVA_colab.ipynb +++ b/LLaVA_colab.ipynb @@ -28,8 +28,7 @@ "\n", "# !python -m llava.serve.cli \\\n", "# --model-path liuhaotian/llava-v1.5-7b \\\n", - "# --image-file \"https://llava-vl.github.io/static/images/view.jpg\" \\\n", - "# --load-4bit" + "# --image-file \"https://llava-vl.github.io/static/images/view.jpg\"" ] }, {