Remove import. (#4247)

For real this time.
This commit is contained in:
Forkoz 2023-10-09 21:06:11 +00:00 committed by GitHub
parent 2e471071af
commit 35695e18c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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