JRosenkranz commited on
Commit
d5dc66d
·
verified ·
1 Parent(s): 6b2edfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ Foundation Model Stack (fms) is a collection of components for development, infe
13
  For inference optimizations we aim to support PyTorch compile, accelerated transformers, and tensor parallelism.
14
  At training time we aim to support FSDP, accelerated transformers, and PyTorch compile.
15
 
16
- Foundation Model Stack is split up into a few main repositories:
17
 
18
  - [foundation-model-stack](https://github.com/foundation-model-stack/foundation-model-stack): Main repository for which all fms models are based
19
  - [fms-extras](https://github.com/foundation-model-stack/fms-extras): New features staged to be integrated with foundation-model-stack
 
13
  For inference optimizations we aim to support PyTorch compile, accelerated transformers, and tensor parallelism.
14
  At training time we aim to support FSDP, accelerated transformers, and PyTorch compile.
15
 
16
+ ## Repositories
17
 
18
  - [foundation-model-stack](https://github.com/foundation-model-stack/foundation-model-stack): Main repository for which all fms models are based
19
  - [fms-extras](https://github.com/foundation-model-stack/fms-extras): New features staged to be integrated with foundation-model-stack