Skip to content

Instantly share code, notes, and snippets.

View anthonyalayo's full-sized avatar

Anthony Alayo anthonyalayo

  • San Francisco Bay Area
View GitHub Profile
@anthonyalayo
anthonyalayo / README.md
Created August 26, 2026 08:09 — forked from PierpaoloPernici/README.md
vLLM vs NInfer — Qwen3.8-27B benchmark (RTX 5090): throughput sweeps (cold/warm) + 69-scenario tool-call suite, tool-eval-bench

Qwen3.8-27B on RTX 5090 — vLLM vs NInfer

Client-side benchmark of two inference engines serving the same model (Qwen3.8-27B, 262 K context) on a single NVIDIA GeForce RTX 5090 32 GB, measured with tool-eval-bench (v2.5.1.dev30+gded5b8f04, Python 3.14.7): a llama-bench-style pp/tg throughput sweep (depths 0–32 K, concurrency 1/2/4) and a 69-scenario tool-call quality suite.

Setup

@anthonyalayo
anthonyalayo / fun.py
Last active October 5, 2021 05:48
Instagram Script For Funsies
import csv
from context import Instagram # pylint: disable=no-name-in-module
from time import sleep
# login strings
my_user = 'changeme'
my_pass = 'changeme'
# log in