Rodrigo Ortega
Cleanup env/config, add LoRA training page, consolidate systemd service
19911c4
raw
history blame contribute delete
166 Bytes
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}