GithubHelp home page GithubHelp logo

ci's Introduction

ci

CI for ggml and related projects

How it works

  • Monitor the repositories for new commits
  • By default, the master branch is monitored, but optional branches can be configured per node
  • Additionally, all commits with a keyword in the commit message are also processed
  • For each commit, checkout and run the corrsponding ci/run.sh script of the target repo
  • The script should execute all necessary tests and generate a README.md with summary of the results
  • The script can decide what tests to execute based on the environment
  • The CI will then push the README.md and the generated logs to the results branch of this repo
  • Commit statuses are updated through the Github API

Add a new CI node

WARNING: run only inside fresh VMs! Do not run on your own workstation as it can mess up your data structure

  • Create a fresh VM
  • Setup env
  • Run the following:
git clone https://github.com/ggml-org/ci
./ci/setup.sh
./ci/start.sh id-node

ci's People

Contributors

ggerganov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.