Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,6 @@ import os
|
|
| 5 |
API_TKN = os.environ['HF_API_KEY']
|
| 6 |
|
| 7 |
mistral_models_path = 'TanyaVM/7B-Instruct-v0.3'
|
| 8 |
-
|
| 9 |
|
| 10 |
snapshot_download(repo_id="TanyaVM/mistral_instruct_gen", token = API_TKN,allow_patterns=["params.json", "consolidated.safetensors", "tokenizer.model.v3"], local_dir=mistral_models_path)
|
|
|
|
| 5 |
API_TKN = os.environ['HF_API_KEY']
|
| 6 |
|
| 7 |
mistral_models_path = 'TanyaVM/7B-Instruct-v0.3'
|
| 8 |
+
|
| 9 |
|
| 10 |
snapshot_download(repo_id="TanyaVM/mistral_instruct_gen", token = API_TKN,allow_patterns=["params.json", "consolidated.safetensors", "tokenizer.model.v3"], local_dir=mistral_models_path)
|