codellama
Code generator
Provides inference code and tools for fine-tuning large language models, specifically designed for code generation tasks
Inference code for CodeLlama models
16k stars
187 watching
2k forks
Language: Python
last commit: 5 months ago Related projects:
Repository | Description | Stars |
---|---|---|
meta-llama/llama | A collection of tools and utilities for deploying, fine-tuning, and utilizing large language models. | 56,832 |
meta-llama/llama3 | Provides pre-trained and instruction-tuned Llama 3 language models and tools for loading and running inference | 27,527 |
meta-llama/llama-stack | Provides pre-packaged building blocks for generative AI applications with standardized APIs and service-oriented design. | 5,164 |
meta-llama/llama-recipes | Provides tools and examples for fine-tuning the Meta Llama model and building applications with it | 15,578 |
ggerganov/llama.cpp | Enables LLM inference with minimal setup and high performance on various hardware platforms | 69,185 |
alpha-vllm/llama2-accessory | An open-source toolkit for pretraining and fine-tuning large language models | 2,732 |
modeltc/lightllm | A Python-based framework for serving large language models with low latency and high scalability. | 2,691 |
opengvlab/llama-adapter | An implementation of a method for fine-tuning language models to follow instructions with high efficiency and accuracy | 5,775 |
hiyouga/llama-factory | A tool for efficiently fine-tuning large language models across multiple architectures and methods. | 36,219 |
karpathy/llama2.c | A minimalistic C implementation of the Llama 2 language model inference engine. | 17,593 |
lightning-ai/lit-llama | An implementation of a large language model using the nanoGPT architecture | 6,013 |
openlmlab/openchinesellama | An incremental pre-trained Chinese large language model based on the LLaMA-7B model | 234 |
haotian-liu/llava | A system that uses large language and vision models to generate and process visual instructions | 20,683 |
tatsu-lab/stanford_alpaca | Develops an instruction-following LLaMA model for research use only, with the goal of fine-tuning and releasing it under specific licenses and restrictions. | 29,663 |
mlabonne/llm-course | A comprehensive course and resource package on building and deploying Large Language Models (LLMs) | 40,053 |