Skip to content

Instantly share code, notes, and snippets.

View SunstarKK's full-sized avatar
🎯
Focusing

SunstarK SunstarKK

🎯
Focusing
  • Romania
View GitHub Profile
@SunstarKK
SunstarKK / train_modal_standalone.py
Created June 29, 2025 14:09 — forked from tokenbender/train_modal_standalone.py
standalone serverless simple character level transformer
import os
import sys
import time
import math
import pickle
from contextlib import nullcontext
from pathlib import Path
import subprocess
from dataclasses import dataclass
import inspect