My Portfolio
Here are some of the public repositories I've created or contributed to:
RhizoNymph/vllm
A vLLM fork that adds support for both global and per-request steering vectors without breaking torch.compile or CUDA graph support.
RhizoNymph/prime-perf
A verifiers environment and prime-rl training set up for code optimization using mechanistic signals from perf instead of wall-clock time.
whetstoneresearch/doppler-indexer-rs
Multichain metrics and analytics for the Doppler Protocol.
RhizoNymph/Patho-Bench-cli
A CLI tool for easily downloading pathology data and running PathoBench for slide-level benchmarks for pathology foundation models.
RhizoNymph/AdaptiveExecutor
A resource-aware parallel executor for Python that learns from resource usage patterns to autoscale workers and avoid out-of-memory errors. Supports CPU and GPU workloads.
RhizoNymph/esp32-udp-led-strip
A rust program for driving LEDs with an ESP32 microcontroller by getting bytes from a UDP stream over wifi.