make gemma's output better (#10943)
This commit is contained in:
		
							parent
							
								
									15ee3fd542
								
							
						
					
					
						commit
						5973d6c753
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -48,6 +48,7 @@ if __name__ == '__main__':
 | 
				
			||||||
                                                 load_in_4bit=True,
 | 
					                                                 load_in_4bit=True,
 | 
				
			||||||
                                                 optimize_model=True,
 | 
					                                                 optimize_model=True,
 | 
				
			||||||
                                                 trust_remote_code=True,
 | 
					                                                 trust_remote_code=True,
 | 
				
			||||||
 | 
					                                                 mixed_precision=True,
 | 
				
			||||||
                                                 use_cache=True)
 | 
					                                                 use_cache=True)
 | 
				
			||||||
    model = model.to('xpu')
 | 
					    model = model.to('xpu')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue