Martí Umbert
		
	commited on
		
		
					Commit 
							
							·
						
						234b6b2
	
1
								Parent(s):
							
							ab4cfa4
								
Dockerfile: bugfix, include diarization
Browse files- Dockerfile +1 -0
    	
        Dockerfile
    CHANGED
    
    | @@ -124,5 +124,6 @@ ENTRYPOINT ["whisperlivekit-server", "--host", "0.0.0.0"] | |
| 124 | 
             
            # Default args
         | 
| 125 | 
             
            # CMD ["--model", "tiny", "--diarization"]
         | 
| 126 | 
             
            CMD ["--model", "large-v2", \
         | 
|  | |
| 127 | 
             
                 "--language", "es", \
         | 
| 128 | 
             
                 "--buffer_trimming_sec", "2"]
         | 
|  | |
| 124 | 
             
            # Default args
         | 
| 125 | 
             
            # CMD ["--model", "tiny", "--diarization"]
         | 
| 126 | 
             
            CMD ["--model", "large-v2", \
         | 
| 127 | 
            +
                 "--diarization", \
         | 
| 128 | 
             
                 "--language", "es", \
         | 
| 129 | 
             
                 "--buffer_trimming_sec", "2"]
         | 
