aixsatoshi commited on
Commit
953563e
·
verified ·
1 Parent(s): b4fa047

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="mistralai/Pixtral-12B-2409",
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