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
End to end ETL framework for Doppler data, generalizes to EVM data. Allows declaring dependency chains with a DAG scheduler. Stores raw data in parquet files with S3 store. Can use S3 store for distributed coordination.
RhizoNymph/Patho-Bench-cli
A CLI tool for easily downloading pathology data and running PathoBench for slide-level benchmarks for pathology foundation models.
RhizoNymph/esp32-udp-led-strip
A rust program for driving LEDs with an ESP32 microcontroller by getting bytes from a UDP stream over wifi.