File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -914,7 +914,7 @@ def enable_lora_hotswap(self, **kwargs) -> None:
914914        Args: 
915915            target_rank (`int`): 
916916                The highest rank among all the adapters that will be loaded. 
917-             check_correct  (`str`, *optional*, defaults to `"error"`): 
917+             check_compiled  (`str`, *optional*, defaults to `"error"`): 
918918                How to handle the case when the model is already compiled, which should generally be avoided. The 
919919                options are: 
920920                  - "error" (default): raise an error 
Original file line number Diff line number Diff line change @@ -848,7 +848,7 @@ def enable_lora_hotswap(
848848            target_rank (`int`, *optional*, defaults to `128`): 
849849                The highest rank among all the adapters that will be loaded. 
850850
851-             check_correct  (`str`, *optional*, defaults to `"error"`): 
851+             check_compiled  (`str`, *optional*, defaults to `"error"`): 
852852                How to handle the case when the model is already compiled, which should generally be avoided. The 
853853                options are: 
854854                  - "error" (default): raise an error 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments