Spaces:
				
			
			
	
			
			
					
		Running
		
			on 
			
			CPU Upgrade
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
			on 
			
			CPU Upgrade
	Explain where reproducibility command is (#542)
Browse files- Explain where reproducibility command is (64ce7cf8d65e7cd3aa7da7bfae0c434115973bf2)
Co-authored-by: Margaret Mitchell <[email protected]>
- src/display/about.py +1 -1
 
    	
        src/display/about.py
    CHANGED
    
    | 
         @@ -165,7 +165,7 @@ Not all models are converted properly from `float16` to `bfloat16`, and selectin 
     | 
|
| 165 | 
         
             
            ## In case of model failure
         
     | 
| 166 | 
         
             
            If your model is displayed in the `FAILED` category, its execution stopped.
         
     | 
| 167 | 
         
             
            Make sure you have followed the above steps first.
         
     | 
| 168 | 
         
            -
            If everything is done, check you can launch the EleutherAIHarness on your model locally, using the  
     | 
| 169 | 
         
             
            """
         
     | 
| 170 | 
         | 
| 171 | 
         
             
            CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
         
     | 
| 
         | 
|
| 165 | 
         
             
            ## In case of model failure
         
     | 
| 166 | 
         
             
            If your model is displayed in the `FAILED` category, its execution stopped.
         
     | 
| 167 | 
         
             
            Make sure you have followed the above steps first.
         
     | 
| 168 | 
         
            +
            If everything is done, check you can launch the EleutherAIHarness on your model locally, using the command in the About tab under "Reproducibility" with all arguments specified (you can add `--limit` to limit the number of examples per task).
         
     | 
| 169 | 
         
             
            """
         
     | 
| 170 | 
         | 
| 171 | 
         
             
            CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
         
     |