Better fallback

This commit is contained in:
onesome
2023-04-25 22:28:07 -05:00
parent 6e3aebc1ea
commit 9579298df7
5 changed files with 38 additions and 51 deletions

View File

@@ -17,8 +17,6 @@ from modeling import logits_processors
import utils
class SuperLegacyModelError(RuntimeError):
pass
# We only want to use logit manipulations and such on our core text model
class use_core_manipulations: