ColossalAI/examples
ziyuhuang123 7080a8edb0
[workflow]New version: Create workflow files for examples' auto check (#2298)
* [workflows]bug_repair

* [workflow]new_pr_fixing_bugs

Co-authored-by: binmakeswell <binmakeswell@gmail.com>
2023-01-06 09:26:49 +08:00
..
images [workflow]New version: Create workflow files for examples' auto check (#2298) 2023-01-06 09:26:49 +08:00
language [workflow]New version: Create workflow files for examples' auto check (#2298) 2023-01-06 09:26:49 +08:00
tutorial [example] add example requirement (#2345) 2023-01-06 09:03:29 +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