rwill128's Stars
ggerganov/llama.cpp
LLM inference in C/C++
wagoodman/dive
A tool for exploring each layer in a docker image
meta-llama/llama3
The official Meta Llama 3 GitHub site
mlc-ai/mlc-llm
Universal LLM Deployment Engine with ML Compilation
infinitered/reactotron
A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
princeton-nlp/SWE-agent
[NeurIPS 2024] SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It can also be employed for offensive cybersecurity or competitive coding challenges.
wandb/wandb
The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation to production.
neuralmagic/deepsparse
Sparsity-aware deep learning inference runtime for CPUs
openworm/OpenWorm
Repository for the main Dockerfile with the OpenWorm software stack and project-wide issues
karpathy/makemore
An autoregressive character-level language model for making more things
IST-DASLab/gptq
Code for the ICLR 2023 paper "GPTQ: Accurate Post-training Quantization of Generative Pretrained Transformers".
getzep/graphiti
Build and query dynamic, temporally-aware Knowledge Graphs
ryancdotorg/brainflayer
A proof-of-concept cracker for cryptocurrency brainwallets and other low entropy key algorithms.
jcpeterson/openwebtext
Open clone of OpenAI's unreleased WebText dataset scraper. This version uses pushshift.io files instead of the API for speed.
apostrophecms/random-words
Generate one or more common English words. Intended for use as sample text, for example generating random blog posts for testing
DylanCope/Evolving-Protozoa
An interactive environment where protozoa-like entities live, die, and have offspring whose behaviours and morphologies can change.
Avalon-Benchmark/avalon
A 3D video game environment and benchmark designed from scratch for reinforcement learning research
atisharma/llama_farm
Use local llama LLM or openai to chat, discuss/summarize your documents, youtube videos, and so on.
malik-tillman/Fluid-JS
A JavaScript library that allows for easy deployment of WebGL rendered fluid simulations.
gcp/Leela
Leela - a Go program combining Monte Carlo simulations and Neural Networks.
gorisanson/quoridor-ai
Quoridor AI based on Monte Carlo tree search
alexandersimoes/tradle
OEC Tradle
DylanCope/ProtoEvo
An interactive real-time simulation for evolving multicellular organisms.
carlini/chess-llm
Play chess against large language models.
dpaleka/llm-chess-proofgame
LLMs playing chess are sensitive to how the position came to be
dimitrijekaranfilovic/quoridor
Bots for the board game quoridor implemented using four algorithms: minimax, minimax with alpha beta pruning, expectimax and monte carlo tree search.
fulcradynamics/demos
Fulcra Dynamics demo code and notebooks
ailenguerra/firstTask
first task
rwill128/chess-llm
Play chess against large language models.
rwill128/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training