From 35695e18c75206f1fe471a36d2d48b5db2f398b6 Mon Sep 17 00:00:00 2001 From: Forkoz <59298527+Ph0rk0z@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:06:11 +0000 Subject: [PATCH] Remove import. (#4247) For real this time. --- modules/llama_attn_hijack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/llama_attn_hijack.py b/modules/llama_attn_hijack.py index e4d1ceab..a7559a57 100644 --- a/modules/llama_attn_hijack.py +++ b/modules/llama_attn_hijack.py @@ -4,7 +4,7 @@ from typing import Optional, Tuple import torch import torch.nn as nn -import transformers.models.llama.modeling_llama + import modules.shared as shared from modules.logging_colors import logger