Skip to content

Instantly share code, notes, and snippets.

View acerbetti's full-sized avatar

Stefano Acerbetti acerbetti

  • Alation
  • San Francisco
View GitHub Profile
@acerbetti
acerbetti / benchmark.sh
Created May 7, 2025 16:59
Jetson Nano Llama Benchmark
#!/bin/bash
# Default configuration
SERVER="localhost"
PORT="8000"
PROMPT='Tell me a short story about a robot and a cat.'
RUNS=5
SHOW_TEXT=false
# Parse command-line options