Skip to content

Commit 2378caa

Browse files
authored
Merge pull request FlagAI-Open#324 from Anhforth/merge_aquila
Merge aquila
2 parents de647d7 + dd66377 commit 2378caa

File tree

245 files changed

+212953
-365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+212953
-365
lines changed

.gitignore

100644100755
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ test_report
1919
/data/
2020
/tests/*/data
2121
checkpoints
22+
checkpoints_in
23+
checkpoints_out
2224
state_dict
2325
checkpoints*
2426
vocabs
@@ -28,3 +30,8 @@ qqp
2830
glm_large_qqp_pytorch
2931
wandb
3032
clip_benchmark_datasets
33+
examples/AltCLIP/clip_benchmark_datasets
34+
examples/glm_pretrain/data.lazy
35+
examples/glm_pretrain/examples/glm_pretrain/data.lazy
36+
examples/vit_cifar100/cifar100
37+
examples/vit_cifar100/data

CHANGELOG.md

100644100755
File mode changed.

CLA.md

100644100755
File mode changed.

CODE_OF_CONDUCT.md

100644100755
File mode changed.

COMMITTERS.csv

100644100755
File mode changed.

CONTRIBUTING.md

100644100755
File mode changed.

Dockerfile

100644100755
File mode changed.

GOVERNANCE.md

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

README.md

100644100755
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
--------------------------------------------------------------------------------
99

1010

11-
FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large-scale model. Our goal is to support training, fine-tuning, and deployment of large-scale models on various downstream tasks with multi-modality.
11+
FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large-scale model. Our goal is to support training, fine-tuning, and deployment of large-scale models on various downstream tasks with multi-modality.
12+
1213

1314

1415
## Why should I use FlagAI?
@@ -292,6 +293,12 @@ The majority of FlagAI is licensed under the [Apache 2.0 license](LICENSE), howe
292293
- [29 Jun 2022] release v1.1.0, support OPTs downloading and inference/fine-tuning [#63](https://github.com/FlagAI-Open/FlagAI/pull/63)
293294
- [17 May 2022] made our first contribution in [#1](https://github.com/FlagAI-Open/FlagAI/pull/1)
294295

296+
## Platforms supported
297+
298+
<div align="center">
299+
<img src="./examples/aquila/img/merged_platform.jpg" height = "100" align=center />
300+
</div>
301+
295302

296303

297304
## Misc

0 commit comments

Comments
 (0)