awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Alpha-VLLM avatar

Alpha-VLLM/LLaMA2-Accessory

0
View on GitHub↗
2,805 stars·176 forks·Python·12 viewsllama2-accessory.readthedocs.io↗

LLaMA2 Accessory

An Open-source Toolkit for LLM Development

Features

  • Language Model Development - Toolkit for pretraining, finetuning, and deploying LLMs.
  • Vision Language Models - Multi-modal family utilizing dual visual encoders for scaling.

Star history

Star history chart for alpha-vllm/llama2-accessoryStar history chart for alpha-vllm/llama2-accessory

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does alpha-vllm/llama2-accessory do?

An Open-source Toolkit for LLM Development

What are the main features of alpha-vllm/llama2-accessory?

The main features of alpha-vllm/llama2-accessory are: Language Model Development, Vision Language Models.

Which projects share features with alpha-vllm/llama2-accessory?

Projects with overlapping indexed features include: huggingface/transformers — Transformers is a comprehensive library for machine learning that provides a unified interface for training,… nvidia/megatron-lm — Megatron-LM is a distributed transformer training library and large language model training framework designed to… oxford-cs-deepnlp-2017/lectures — This repository is a deep learning for natural language processing course and curriculum. It provides educational… alibaba/conv-llava — ConvLLaVA: Hierarchical Backbones as Visual Encoder for Large Multimodal Models. apple/ml-aim — This repository provides the code and model checkpoints for AIMv1 and AIMv2 research projects. andrewyng/aisuite — This project is a framework for managing generative AI services through a unified provider interface and adapter…

Projects sharing features with LLaMA2 Accessory

These projects share indexed features with LLaMA2 Accessory. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • nvidia/megatron-lmNVIDIA avatar

    NVIDIA/Megatron-LM

    16,731View on GitHub↗

    Megatron-LM is a distributed transformer training library and large language model training framework designed to scale models across thousands of GPUs. It functions as a GPU-optimized deep learning toolkit and a scaling engine for mixture-of-experts architectures, enabling the training of models with hundreds of billions of parameters. The project implements multi-dimensional model parallelism, combining tensor, pipeline, data, expert, and context-based workload distribution. It specifically optimizes mixture-of-experts architectures through integrated memory and communication improvements t

    Python
    View on GitHub↗16,731
  • huggingface/transformershuggingface avatar

    huggingface/transformers

    161,630View on GitHub↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Pythonaudiodeep-learningdeepseek
    View on GitHub↗161,630
  • oxford-cs-deepnlp-2017/lecturesoxford-cs-deepnlp-2017 avatar

    oxford-cs-deepnlp-2017/lectures

    15,854View on GitHub↗

    This repository is a deep learning for natural language processing course and curriculum. It provides educational material and guides focused on neural network architectures used for processing natural language, speech signals, and text classification. The content includes instructional tutorials on sequence modeling and neural language modeling, covering the implementation of n-gram and recurrent neural networks. It also provides a framework for studying word embeddings to map linguistic meanings into numerical representations. The curriculum covers a broad range of capabilities, including

    deep-learningmachine-learningnatural-language-processing
    View on GitHub↗15,854
  • alibaba/conv-llavaalibaba avatar

    alibaba/conv-llava

    128View on GitHub↗

    ConvLLaVA: Hierarchical Backbones as Visual Encoder for Large Multimodal Models

    Python
    View on GitHub↗128
Compare all 30 related projects→