pabloce commited on
Commit
2030d72
·
verified ·
1 Parent(s): 4671506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -30,11 +30,11 @@ hf_hub_download(
30
  filename="Mistral-7B-Instruct-v0.3-Q6_K.gguf",
31
  local_dir="./models"
32
  )
33
- # hf_hub_download(
34
- # repo_id="bartowski/Meta-Llama-3-8B-Instruct-GGUF",
35
- # filename="Meta-Llama-3-8B-Instruct-Q6_K.gguf",
36
- # local_dir="./models"
37
- # )
38
 
39
  css = """
40
  .message-row {
 
30
  filename="Mistral-7B-Instruct-v0.3-Q6_K.gguf",
31
  local_dir="./models"
32
  )
33
+ hf_hub_download(
34
+ repo_id="bartowski/Meta-Llama-3-8B-Instruct-GGUF",
35
+ filename="Meta-Llama-3-8B-Instruct-Q6_K.gguf",
36
+ local_dir="./models"
37
+ )
38
 
39
  css = """
40
  .message-row {