Add files via upload

This commit is contained in:
pliny
2026-03-04 13:09:57 -08:00
committed by GitHub
parent 904092fcdb
commit 8312bbfa8d
4 changed files with 17 additions and 18 deletions
+9 -7
View File
@@ -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]
"""
+6 -9
View File
@@ -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]
"""
+1 -1
View File
@@ -22,7 +22,7 @@ classifiers = [
dependencies = [
"torch>=2.0",
"transformers>=5.2",
"transformers>=4.40",
"datasets>=2.14",
"accelerate>=0.24",
"safetensors>=0.4",
+1 -1
View File
@@ -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