This commit is contained in:
mrq 2023-02-23 07:18:07 +00:00
parent 7bcedca771
commit fd66c4104b

View File

@ -20,7 +20,7 @@ OVERRIDE_ADAMW = False # True
USE_STABLE_EMBEDDING = True USE_STABLE_EMBEDDING = True
try: try:
import bitsandbytes as bnb import bitsandbytes as bnb
OVERRIDE_LINEAR = False OVERRIDE_LINEAR = False
OVERRIDE_EMBEDDING = False OVERRIDE_EMBEDDING = False
OVERRIDE_ADAM = True OVERRIDE_ADAM = True