ColossalAI/examples
Frank Lee 8327932d2c
[workflow] refactored the example check workflow (#2411)
* [workflow] refactored the example check workflow

* polish code

* polish code

* polish code

* polish code

* polish code

* polish code

* polish code

* polish code

* polish code

* polish code

* polish code
2023-01-10 11:26:19 +08:00
..
images [doc] hotfix #2377 2023-01-07 19:44:50 +08:00
language [hotfix] fix gpt gemini example (#2404) 2023-01-09 15:52:17 +08:00
tutorial [workflow] refactored the example check workflow (#2411) 2023-01-10 11:26:19 +08:00
README.md [workflow]New version: Create workflow files for examples' auto check (#2298) 2023-01-06 09:26:49 +08:00

README.md

Examples folder document

Table of Contents

Example folder description

This folder provides several examples using colossalai. The images folder includes model like diffusion, dreambooth and vit. The language folder includes gpt, opt, palm and roberta. The tutorial folder is for concept illustration, such as auto-parallel, hybrid-parallel and so on.

Integrate Your Example With System Testing

For example code contributor, to meet the expectation and test your code automatically using github workflow function, here are several steps:

  • (must) Have a test_ci.sh file in the folder like shown below in 'File Structure Chart'

  • The dataset should be located in the company's machine and can be announced using environment variable and thus no need for a separate terminal command.

  • The model parameters should be small to allow fast testing.

  • File Structure Chart

     └─examples
        └─images
            └─vit
              └─requirements.txt
              └─test_ci.sh