BenBranyon commited on
Commit
99f2ad2
·
verified ·
1 Parent(s): 07025e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -4,6 +4,10 @@ from huggingface_hub import hf_hub_download
4
 
5
  title = "Mistral-7B-Instruct-GGUF-HOTRSS Run On CPU-Basic Free Hardware"
6
 
 
 
 
 
7
  model_path = "models"
8
  model_name = "mistral-7b-instruct-v0.2.Q4_K_M.gguf"
9
  hf_hub_download(repo_id="TheBloke/Mistral-7B-Instruct-v0.2-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
 
4
 
5
  title = "Mistral-7B-Instruct-GGUF-HOTRSS Run On CPU-Basic Free Hardware"
6
 
7
+ description = """
8
+ Mistral Rap bot
9
+ """
10
+
11
  model_path = "models"
12
  model_name = "mistral-7b-instruct-v0.2.Q4_K_M.gguf"
13
  hf_hub_download(repo_id="TheBloke/Mistral-7B-Instruct-v0.2-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)