From 3c6bdad89280ad1a884048185c58fffbbe8541f7 Mon Sep 17 00:00:00 2001 From: FNsi <125447286+FNsi@users.noreply.github.com> Date: Sat, 20 May 2023 10:47:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20merge.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix editorconfig-checker --- merge.py | 1 - 1 file changed, 1 deletion(-) diff --git a/merge.py b/merge.py index 56418e65a..f881802a4 100644 --- a/merge.py +++ b/merge.py @@ -31,7 +31,6 @@ model = LlamaForCausalLM.from_pretrained( load_in_8bit=False, torch_dtype=torch.float16, device_map={"": "cpu"}, - )