Brayden Zhong
Brayden Zhong
## Summary This PR adds an explicit database migration step to the local setup instructions. This is necessary because without running migration - you **will** get DB errors without doing...
## Database Migration Missing in Localhost Setup ### Description The current README lacks a crucial step for database initialization, causing authentication failures on first setup when running locally. A similar...
`make_rand_sparse_tensors` is called two times in `make_n_rand_sparse_tensors` -- if this is not intentional, there's some overhead here. As well, the originally computed tensors are discarded so returned tensors differ from...
Various fixes in the benchmarks folder. - Updated `run_vllm` to correctly initialize `GuidedDecodingParams` using `request.structure_type` - Changed `sample_tokens` to return `list[int]` instead of `str` and filter out special tokens correctly...
Summary --------- Added deprecation notices to both methods in SignalExchangeAPI class, indicating they will be removed in version 2.x.x Remove the few references to it there was. Closes #1218 Test...
Summary --------- PDQ now using IVF Faiss for better scalability (as we move away from the old imp) - Adds PDQSignalTypeIndex2 that automatically switches between flat and IVF indices based...
What a great template! I did this because sometimes you want people to see the pictures like Kaolin :)  As well, here's proof that...
Hey - this is a cool project - any chance you would accept a PR that supports getting real data from an account (e.g a work account that you don't...
## What does this PR address? 2 things, mainly: 1. **`models/huggingface.py`:** * Corrects a bug in `HuggingFaceModel.resolve` where the incorrect source directory (grandparent of the snapshot) was being copied when...
In theory `test/srt/test_deepseek_v3_fp4_4gpu.py` should pass