Remove some unused imports
This commit is contained in:
parent
1a05860ca3
commit
ff9f649c0c
2 changed files with 0 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
||||||
import os
|
import os
|
||||||
import time
|
|
||||||
import types
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import torch
|
|
||||||
|
|
||||||
import modules.shared as shared
|
import modules.shared as shared
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ import time
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import torch
|
import torch
|
||||||
import transformers
|
import transformers
|
||||||
from rwkv.utils import PIPELINE, PIPELINE_ARGS
|
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
|
|
||||||
import modules.shared as shared
|
import modules.shared as shared
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue