ECUiVADE commited on
Commit
1b31456
1 Parent(s): 9441c7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -5,12 +5,12 @@ import argparse
5
  from huggingface_hub import snapshot_download
6
 
7
 
8
- # repo_name = "TheBloke/Mistral-7B-v0.1-GGUF"
9
- # model_file = "mistral-7b-v0.1.Q6_K.gguf"
10
 
11
 
12
- repo_name = 'ECUiVADE/Mistral'
13
- model_file = "openhermes-2.5-mistral-7b.Q4_K_M.gguf"
14
 
15
 
16
  print('Fetching model:', repo_name, model_file)
 
5
  from huggingface_hub import snapshot_download
6
 
7
 
8
+ repo_name = "TheBloke/Mistral-7B-v0.1-GGUF"
9
+ model_file = "mistral-7b-v0.1.Q4_K_M.gguf"
10
 
11
 
12
+ #repo_name = 'ECUiVADE/Mistral'
13
+ #model_file = "openhermes-2.5-mistral-7b.Q4_K_M.gguf"
14
 
15
 
16
  print('Fetching model:', repo_name, model_file)