Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	
		Clémentine
		
	commited on
		
		
					Commit 
							
							·
						
						2639471
	
1
								Parent(s):
							
							5ced480
								
update requirements - to rollback once tokenizers deps is patched
Browse files- requirements.txt +3 -1
    	
        requirements.txt
    CHANGED
    
    | @@ -60,7 +60,9 @@ sniffio==1.3.0 | |
| 60 | 
             
            starlette==0.26.1
         | 
| 61 | 
             
            toolz==0.12.0
         | 
| 62 | 
             
            tqdm==4.65.0
         | 
| 63 | 
            -
            transformers
         | 
|  | |
|  | |
| 64 | 
             
            typing_extensions==4.5.0
         | 
| 65 | 
             
            tzdata==2023.3
         | 
| 66 | 
             
            tzlocal==4.3
         | 
|  | |
| 60 | 
             
            starlette==0.26.1
         | 
| 61 | 
             
            toolz==0.12.0
         | 
| 62 | 
             
            tqdm==4.65.0
         | 
| 63 | 
            +
            transformers@git+https://github.com/clefourrier/transformers.git
         | 
| 64 | 
            +
            #tokenizers==0.14.1 wait for tokenizers patch in dependencies with hf_hub
         | 
| 65 | 
            +
            #transformers==4.34
         | 
| 66 | 
             
            typing_extensions==4.5.0
         | 
| 67 | 
             
            tzdata==2023.3
         | 
| 68 | 
             
            tzlocal==4.3
         | 
