Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	cuda12
Browse files- requirements.txt +1 -1
 
    	
        requirements.txt
    CHANGED
    
    | 
         @@ -9,7 +9,7 @@ peft==0.6.0 
     | 
|
| 9 | 
         
             
            pydantic==2.11.7
         
     | 
| 10 | 
         
             
            spaces
         
     | 
| 11 | 
         
             
            transformers >= 4.34.0
         
     | 
| 12 | 
         
            -
            --extra-index-url https://download.pytorch.org/whl/ 
     | 
| 13 | 
         
             
            torch==2.1.0
         
     | 
| 14 | 
         
             
            torchvision>=0.16.0
         
     | 
| 15 | 
         
             
            torchaudio>=2.1.0
         
     | 
| 
         | 
|
| 9 | 
         
             
            pydantic==2.11.7
         
     | 
| 10 | 
         
             
            spaces
         
     | 
| 11 | 
         
             
            transformers >= 4.34.0
         
     | 
| 12 | 
         
            +
            --extra-index-url https://download.pytorch.org/whl/cu121
         
     | 
| 13 | 
         
             
            torch==2.1.0
         
     | 
| 14 | 
         
             
            torchvision>=0.16.0
         
     | 
| 15 | 
         
             
            torchaudio>=2.1.0
         
     |