WenqiJiang
I am a PhD student at ETH Zurich. My interests include but not limited to heterogeneous parallel computing, machine learning, and database systems.
ETH ZurichZurich, Switzerland
WenqiJiang's Stars
vllm-project/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
facebookresearch/faiss
A library for efficient similarity search and clustering of dense vectors.
openai/gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
openai/chatgpt-retrieval-plugin
The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
NirDiamant/RAG_Techniques
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. RAG systems combine information retrieval with generative models to provide accurate and contextually rich responses.
NVIDIA/Megatron-LM
Ongoing research training transformer models at scale
Cyan4973/xxHash
Extremely fast non-cryptographic hash algorithm
locationtech/jts
The JTS Topology Suite is a Java library for creating and manipulating vector geometry.
rurban/smhasher
Hash function quality and speed tests
harvard-edge/cs249r_book
Introduction to Machine Learning Systems
apache/incubator-gluten
Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines.
graykode/gpt-2-Pytorch
Simple Text-Generator with OpenAI gpt-2 Pytorch Implementation
Xilinx/Vitis_Libraries
Vitis Libraries
pytorch/torcharrow
High performance model preprocessing library on PyTorch
facebookresearch/ELI5
Scripts and links to recreate the ELI5 dataset.
geomet/geomet
GeoMet - Pure Python conversion library for common geospatial data formats
tgmattso/OmpCommonCore
Software to support people learning OpenMP with our book ... The OpenMP Common Core: Making OpenMP Simple Again
jxhe/efficient-knnlm
Pytorch implementation of paper "Efficient Nearest Neighbor Language Models" (EMNLP 2021)
frankxu2004/knnlm-why
Repo for ICML23 "Why do Nearest Neighbor Language Models Work?"
urvashik/knnmt
TobiasNorlund/retro
Official repo to On the Generalization Ability of Retrieval-Enhanced Transformers
SamsungLabs/FastFlow
FastFlow is a system that automatically detects CPU bottlenecks in deep learning training pipelines and resolves the bottlenecks with data pipeline offloading to remote resources .
noanabeshima/wikipedia-downloader
Downloads 2020 English Wikipedia articles as plaintext
damslab/reproducibility
varpande/spatialanalytics
fpgasystems/gcow
🐄 Gradient compression on the wire
edoost/retro_bm25
HangHu-sys/vector_search_baselines
This repo contains all the vector search baseline experiments for HNSW, NSG, Faiss, GGNN, as well as the index conversion scripts for FPGAs.
WenqiJiang/hnswlib-eval
Header-only C++/python library for fast approximate nearest neighbors