axelblenna commited on
Commit
fd51164
·
verified ·
1 Parent(s): d09b782

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -34,6 +34,13 @@ AVAILABLE_MODELS = {
34
  "prompt_type": "llama3",
35
  "n_ctx": 2048,
36
  },
 
 
 
 
 
 
 
37
  }
38
 
39
  # CSS styling
 
34
  "prompt_type": "llama3",
35
  "n_ctx": 2048,
36
  },
37
+ "Vanilla Llama 3.2 1B Instruct": {
38
+ "repo_id": "bartowski/Llama-3.2-1B-Instruct-GGUF",
39
+ "filename": "Llama-3.2-1B-Instruct-Q4_K_M.gguf",
40
+ "system_prompt": "You are the helpful and friendly assistant Llama 3.2 1B.",
41
+ "prompt_type": "llama3",
42
+ "n_ctx": 2048,
43
+ },
44
  }
45
 
46
  # CSS styling