chi2liu's Stars
hpcaitech/ColossalAI
Making large AI models cheaper, faster and more accessible
dair-ai/Prompt-Engineering-Guide
๐ Guides, papers, lecture, notebooks and resources for prompt engineering
Timothyxxx/Chain-of-ThoughtsPapers
A trend starts from "Chain of Thought Prompting Elicits Reasoning in Large Language Models".
langgenius/dify
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
DivergentAI/dreamGPT
Leverage hallucinations from Large Language Models (LLMs) for novelty-driven explorations.
openlm-research/open_llama
OpenLLaMA, a permissively licensed open source reproduction of Meta AIโs LLaMA 7B trained on the RedPajama dataset
eugeneyan/open-llms
๐ A list of open LLMs available for commercial use.
Lightning-AI/lit-llama
Implementation of the LLaMA language model based on nanoGPT. Supports flash attention, Int8 and GPTQ 4bit quantization, LoRA and LLaMA-Adapter fine-tuning, pre-training. Apache 2.0-licensed.
lxe/simple-llm-finetuner
Simple UI for LLM Model Finetuning
Mooler0410/LLMsPracticalGuide
A curated list of practical guide resources of LLMs (LLMs Tree, Examples, Papers)
qwopqwop200/GPTQ-for-LLaMa
4 bits quantization of LLaMA using GPTQ
junchen14/Awesome_ChatGPT_papers
This repository will collect and share awesome ChatGPT related papers and useful tools
tensorchord/Awesome-LLMOps
An awesome & curated list of best LLMOps tools for developers
nomic-ai/gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
microsoft/FLAML
A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
juncongmoo/pyllama
LLaMA: Open and Efficient Foundation Language Models
nebuly-ai/exploring-AI-optimization
Curated list of awesome material on optimization techniques to make artificial intelligence faster and more efficient ๐
nebuly-ai/optimate
A collection of libraries to optimise AI model performances
nebuly-ai/nos
Module to Automatically maximize the utilization of GPU resources in a Kubernetes cluster through real-time dynamic partitioning and elastic quotas - Effortless optimization at its finest!
ebhy/budgetml
Deploy a ML inference service on a budget in less than 10 lines of code.
ELS-RD/transformer-deploy
Efficient, scalable and enterprise-grade CPU/GPU inference server for ๐ค Hugging Face transformer models ๐
facebookincubator/AITemplate
AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference.
xorbitsai/xorbits
Scalable Python DS & ML, in an API compatible & lightning fast way.
wong2/chatgpt-google-extension
This project is deprecated. Check my new project ChatHub:
tensorchord/envd
๐๏ธ Reproducible development environment
tommyod/Efficient-Apriori
An efficient Python implementation of the Apriori algorithm.
Mathegineer/HJW_KL_divergence_estimator
nhartland/KL-divergence-estimators
Testing methods for estimating KL-divergence from samples.
pedroharunari/KLD_estimation
Estimation of Kullback-Leibler divergence based on DOI:10.1109/ISIT.2008.4595271, by Fernando Pรฉrez-Cruz
mitre/menelaus
Online and batch-based concept and data drift detection algorithms to monitor and maintain ML performance.