Curated collection of commonly used GitHub Actions and workflows within Neural Magic's and vLLM's Processes
This repository hosts a collection of GitHub Actions developed and maintained by Neural Magic. These actions aim to improve automation, CI/CD pipelines, and workflow orchestration. They are designed for performance, scalability, and ease of use and support a range of deployment, testing, and optimization workflows.
- Coming soon
Each action supports various configurable arguments to tailor the workflows to your project needs.
To start using one of our GitHub Actions, include the relevant action within your workflow configuration file:
name: Example Workflow
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: ACTION
uses: neuralmagic/nm-actions/ACTION@main
with:
config-file: .eslintrc
This example shows how to integrate an NM action into a workflow. Visit each action's README for more configuration options and examples.
To contribute to NM Public Actions, follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes.
pip install tox
and runtox -e quality
to ensure your changes meet the quality standards andtox -e style
to enforce the style guide and formatting.- Submit a pull request.
Each GitHub Action contains a README.md
alongside any supporting documents. To learn more, dive into the action you'd like to use.
Visit our GitHub Releases page and review the release notes to stay updated with the latest releases.
NM Public Actions are licensed under the Apache License 2.0.
We appreciate contributions to the code, examples, integrations, documentation, bug reports, and feature requests! To contribute:
- Fork the repository.
- Make your changes.
- Submit a pull request.
We invite you to join our growing community of developers, researchers, and enthusiasts passionate about LLMs and optimization. Whether you're looking for help, want to share your own experiences, or stay up to date with the latest developments, there are plenty of ways to get involved:
- Neural Magic Community Slack - Join our Slack channel to connect with other NM users and developers. Ask questions, share your work, and get real-time support.
- GitHub Issues - Report bugs, request features, or browse existing issues. Your feedback helps us improve.
- Subscribe to Updates - Sign up for the latest news, announcements, and updates about NM Public Actions, webinars, events, and more.
- Contact Us - Use our contact form for general questions about Neural Magic or NM Public Actions.