JRosenkranz commited on
Commit
6fc11e4
·
verified ·
1 Parent(s): 18a0c21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ Foundation Model Stack (fms) is a collection of components developed out of IBM
15
 
16
  In FMS, we aim to bring the latest optimizations for pre-training/inference/fine-tuning to all of our models. A few of these optimizations include, but are not limited to:
17
 
18
- - fully compileable models with no graph breaks
19
  - full tensor-parallel support for all applicable modules developed in fms
20
  - training scripts leveraging FSDP
21
  - state of the art light-weight speculators for improving inference performance
 
15
 
16
  In FMS, we aim to bring the latest optimizations for pre-training/inference/fine-tuning to all of our models. A few of these optimizations include, but are not limited to:
17
 
18
+ - fully compilable models with no graph breaks
19
  - full tensor-parallel support for all applicable modules developed in fms
20
  - training scripts leveraging FSDP
21
  - state of the art light-weight speculators for improving inference performance