mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-04-22 19:26:13 +02:00
Add files via upload
This commit is contained in:
+9
-7
@@ -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]
|
||||
"""
|
||||
|
||||
|
||||
|
||||
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user