mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-03 23:30:06 +01:00
parent
2e471071af
commit
35695e18c7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue