Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ from pathlib import Path
|
|
| 28 |
mistral_models_path = Path.home().joinpath('mistral_models', '7B-Instruct-v0.3')
|
| 29 |
mistral_models_path.mkdir(parents=True, exist_ok=True)
|
| 30 |
|
| 31 |
-
snapshot_download(repo_id="mistralai/Mistral-7B-Instruct-v0.3", allow_patterns=["params.json", "consolidated.safetensors", "tokenizer.model.v3"],
|
| 32 |
```
|
| 33 |
|
| 34 |
### Chat
|
|
|
|
| 28 |
mistral_models_path = Path.home().joinpath('mistral_models', '7B-Instruct-v0.3')
|
| 29 |
mistral_models_path.mkdir(parents=True, exist_ok=True)
|
| 30 |
|
| 31 |
+
snapshot_download(repo_id="mistralai/Mistral-7B-Instruct-v0.3", allow_patterns=["params.json", "consolidated.safetensors", "tokenizer.model.v3"], local_dir=mistral_models_path)
|
| 32 |
```
|
| 33 |
|
| 34 |
### Chat
|