Refactor everything (#3481)
This commit is contained in:
parent
d4b851bdc8
commit
65aa11890f
19 changed files with 1306 additions and 1178 deletions
|
@ -1,9 +1,9 @@
|
|||
import gc
|
||||
import hashlib
|
||||
import os
|
||||
import re
|
||||
import time
|
||||
from pathlib import Path
|
||||
import hashlib
|
||||
|
||||
import torch
|
||||
import transformers
|
||||
|
@ -14,7 +14,7 @@ from transformers import (
|
|||
AutoModelForCausalLM,
|
||||
AutoModelForSeq2SeqLM,
|
||||
AutoTokenizer,
|
||||
BitsAndBytesConfig,
|
||||
BitsAndBytesConfig
|
||||
)
|
||||
|
||||
import modules.shared as shared
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue