From 8312bbfa8d80bbc1020dfdf7cbcaefd4e9d9408c Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:09:57 -0800 Subject: [PATCH] Add files via upload --- obliteratus/cli.py | 16 +++++++++------- obliteratus/local_ui.py | 15 ++++++--------- pyproject.toml | 2 +- requirements.txt | 2 +- 4 files changed, 17 insertions(+), 18 deletions(-) diff --git a/obliteratus/cli.py b/obliteratus/cli.py index 758d52c..f3432f3 100644 --- a/obliteratus/cli.py +++ b/obliteratus/cli.py @@ -10,13 +10,15 @@ from rich.console import Console console = Console() -_BANNER = r"""[bold red] - ██████ ██████ ██ ██ ████████ ███████ ██████ █████ ████████ ██ ██ ███████ -██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ -██ ██ ██████ ██ ██ ██ █████ ██████ ███████ ██ ██ ██ ███████ -██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ - ██████ ██████ ███████ ██ ██ ███████ ██ ██ ██ ██ ██ ██████ ███████ -[/bold red][dim] Break the chains. Free the mind. Keep the brain.[/dim] +_BANNER = r""" +[bold red] + ░▒█▀▀▀█ ░▒█▀▀▄ ░▒█░░░ ▀█▀ ▀▀█▀▀ ░▒█▀▀▀ ░▒█▀▀█ ▒█▀▀█ ▀▀█▀▀ ░▒█░░▒█ ░▒█▀▀▀█ + ░▒█░░▒█ ░▒█▀▀▄ ░▒█░░░ ░█░ ░░█░░ ░▒█▀▀▀ ░▒█▄▄▀ ▒█▄▄█ ░░█░░ ░▒█░░▒█ ░░▀▀▀▄▄ + ░▒█▄▄▄█ ░▒█▄▄▀ ░▒█▄▄█ ▄█▄ ░░▀░░ ░▒█▄▄▄ ░▒█░▒█ ▒█░▒█ ░░▀░░ ░░▒█▄▄█ ░▒█▄▄▄█ +[/bold red] +[dim] ════════════════════════════════════════════════════════════════════[/dim] +[bold white] MASTER ABLATION SUITE[/bold white] [dim]//[/dim] [bold red]Break the chains. Free the mind.[/bold red] +[dim] ════════════════════════════════════════════════════════════════════[/dim] """ diff --git a/obliteratus/local_ui.py b/obliteratus/local_ui.py index 057b5bf..e9f9c6a 100644 --- a/obliteratus/local_ui.py +++ b/obliteratus/local_ui.py @@ -25,16 +25,13 @@ console = Console() _BANNER = r""" [bold green] - ██████ ██████ ██ ██ ████████ ███████ ██████ █████ ████████ ██ ██ ███████ - ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ - ██ ██ ██████ ██ ██ ██ █████ ██████ ███████ ██ ██ ██ ███████ - ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ - ██████ ██████ ███████ ██ ██ ███████ ██ ██ ██ ██ ██ ██████ ███████ + ░▒█▀▀▀█ ░▒█▀▀▄ ░▒█░░░ ▀█▀ ▀▀█▀▀ ░▒█▀▀▀ ░▒█▀▀█ ▒█▀▀█ ▀▀█▀▀ ░▒█░░▒█ ░▒█▀▀▀█ + ░▒█░░▒█ ░▒█▀▀▄ ░▒█░░░ ░█░ ░░█░░ ░▒█▀▀▀ ░▒█▄▄▀ ▒█▄▄█ ░░█░░ ░▒█░░▒█ ░░▀▀▀▄▄ + ░▒█▄▄▄█ ░▒█▄▄▀ ░▒█▄▄█ ▄█▄ ░░▀░░ ░▒█▄▄▄ ░▒█░▒█ ▒█░▒█ ░░▀░░ ░░▒█▄▄█ ░▒█▄▄▄█ [/bold green] -[dim] ╔══════════════════════════════════════════╗ - ║ MASTER ABLATION SUITE — LOCAL EDITION ║ - ║ Break the chains. Free the mind. ║ - ╚══════════════════════════════════════════╝[/dim] +[dim] ════════════════════════════════════════════════════════════════════[/dim] +[bold white] MASTER ABLATION SUITE — LOCAL EDITION[/bold white] [dim]//[/dim] [bold green]Free the mind.[/bold green] +[dim] ════════════════════════════════════════════════════════════════════[/dim] """ diff --git a/pyproject.toml b/pyproject.toml index 5e4b5c9..9cf1ac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dependencies = [ "torch>=2.0", - "transformers>=5.2", + "transformers>=4.40", "datasets>=2.14", "accelerate>=0.24", "safetensors>=0.4", diff --git a/requirements.txt b/requirements.txt index c0af199..d8a407d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ gradio>=5.0,<6.0 torch>=2.0 -transformers>=5.2 +transformers>=4.40 datasets>=2.14 accelerate>=0.24 safetensors>=0.4