Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -1,10 +1,32 @@ | |
| 1 | 
             
            ---
         | 
| 2 | 
             
            title: README
         | 
| 3 | 
            -
            emoji:  | 
| 4 | 
            -
            colorFrom:  | 
| 5 | 
            -
            colorTo:  | 
| 6 | 
             
            sdk: static
         | 
| 7 | 
             
            pinned: false
         | 
| 8 | 
             
            ---
         | 
| 9 |  | 
| 10 | 
            -
             | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
             
            ---
         | 
| 2 | 
             
            title: README
         | 
| 3 | 
            +
            emoji: π
         | 
| 4 | 
            +
            colorFrom: indigo
         | 
| 5 | 
            +
            colorTo: blue
         | 
| 6 | 
             
            sdk: static
         | 
| 7 | 
             
            pinned: false
         | 
| 8 | 
             
            ---
         | 
| 9 |  | 
| 10 | 
            +
            # Foundation Model Stack
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            Foundation Model Stack (fms) is a collection of components developed out of IBM Research used for development, inference, training, and tuning of foundation models leveraging PyTorch native components. 
         | 
| 13 | 
            +
             | 
| 14 | 
            +
            ## Optimizations
         | 
| 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
         | 
| 22 | 
            +
             | 
| 23 | 
            +
            ## Usage
         | 
| 24 | 
            +
             | 
| 25 | 
            +
            FMS is currently being deployed in [Text Generation Inference Server](https://github.com/IBM/text-generation-inference)
         | 
| 26 | 
            +
             | 
| 27 | 
            +
            ## Repositories
         | 
| 28 | 
            +
             | 
| 29 | 
            +
            - [foundation-model-stack](https://github.com/foundation-model-stack/foundation-model-stack): Main repository for which all fms models are based
         | 
| 30 | 
            +
            - [fms-extras](https://github.com/foundation-model-stack/fms-extras): New features staged to be integrated with foundation-model-stack
         | 
| 31 | 
            +
            - [fms-fsdp](https://github.com/foundation-model-stack/fms-fsdp): Pre-Training Examples using FSDP wrapped foundation models
         | 
| 32 | 
            +
            - [fms-hf-tuning](https://github.com/foundation-model-stack/fms-hf-tuning): Basic Tuning scripts for fms models leveraging SFTTrainer
         | 
