Update README.md
This commit is contained in:
parent
8a35f9a609
commit
81241cb630
@ -28,7 +28,7 @@ from pathlib import Path
|
|||||||
mistral_models_path = Path.home().joinpath('mistral_models', '7B-Instruct-v0.3')
|
mistral_models_path = Path.home().joinpath('mistral_models', '7B-Instruct-v0.3')
|
||||||
mistral_models_path.mkdir(parents=True, exist_ok=True)
|
mistral_models_path.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
snapshot_download(repo_id="mistralai/Mistral-7B-Instruct-v0.3", allow_patterns=["params.json", "consolidated.safetensors", "tokenizer.model.v3"], cache_dir=mistral_models_path)
|
snapshot_download(repo_id="mistralai/Mistral-7B-Instruct-v0.3", allow_patterns=["params.json", "consolidated.safetensors", "tokenizer.model.v3"], local_dir=mistral_models_path)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Chat
|
### Chat
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user