Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -12,7 +12,7 @@ from pathlib import Path 
     | 
|
| 12 | 
         
             
            mistral_models_path = Path.home().joinpath('mistral_models', 'Pixtral')
         
     | 
| 13 | 
         
             
            mistral_models_path.mkdir(parents=True, exist_ok=True)
         
     | 
| 14 | 
         | 
| 15 | 
         
            -
            snapshot_download(repo_id=" 
     | 
| 16 | 
         
             
                              allow_patterns=["params.json", "consolidated.safetensors", "tekken.json"], 
         
     | 
| 17 | 
         
             
                              local_dir=mistral_models_path)
         
     | 
| 18 | 
         | 
| 
         | 
|
| 12 | 
         
             
            mistral_models_path = Path.home().joinpath('mistral_models', 'Pixtral')
         
     | 
| 13 | 
         
             
            mistral_models_path.mkdir(parents=True, exist_ok=True)
         
     | 
| 14 | 
         | 
| 15 | 
         
            +
            snapshot_download(repo_id="mistral-community/pixtral-12b-240910", 
         
     | 
| 16 | 
         
             
                              allow_patterns=["params.json", "consolidated.safetensors", "tekken.json"], 
         
     | 
| 17 | 
         
             
                              local_dir=mistral_models_path)
         
     | 
| 18 | 
         |