Pinned Repositories
llm-vscode
LLM powered development for VSCode
llm-perf-bench
text-generation-webui
A Gradio web UI for Large Language Models with support for multiple inference backends.
MiniCPM-V
MiniCPM-V 2.6: A GPT-4V Level MLLM for Single Image, Multi Image and Video on Your Phone
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
chatgpt-retrieval-plugin
coding-interview-university
A complete computer science study plan to become a software engineer.
crossmask
llm-vscode-inference-server
An endpoint server for efficiently serving quantized open-source LLMs for code.
wangcx18's Repositories
wangcx18/llm-vscode-inference-server
An endpoint server for efficiently serving quantized open-source LLMs for code.
wangcx18/chatgpt-retrieval-plugin
wangcx18/coding-interview-university
A complete computer science study plan to become a software engineer.
wangcx18/evals
Evals is a framework for evaluating OpenAI models and an open-source registry of benchmarks.
wangcx18/interactive-coding-challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
wangcx18/langchain
⚡ Building applications with LLMs through composability ⚡
wangcx18/Open-Assistant
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
wangcx18/llama_index
LlamaIndex (GPT Index) is a project that provides a central interface to connect your LLM's with external data.
wangcx18/llm-perf-bench
wangcx18/llm-vscode
Code completion VSCode extension for OSS models
wangcx18/MiniCPM-V
MiniCPM-Llama3-V 2.5: A GPT-4V Level Multimodal LLM on Your Phone
wangcx18/mlc-llm
Enable everyone to develop, optimize and deploy AI models natively on everyone's devices.
wangcx18/open-interpreter
OpenAI's Code Interpreter in your terminal, running locally
wangcx18/sglang
SGLang is yet another fast serving framework for large language models and vision language models.
wangcx18/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
wangcx18/text-generation-webui
A Gradio web UI for Large Language Models. Supports transformers, GPTQ, llama.cpp (GGUF), Llama models.
wangcx18/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
wangcx18/wangcx18