Nymbo commited on
Commit
c5df1c5
·
verified ·
1 Parent(s): ec21d4f

Adding Llama-3.2 models (3B and 1B)

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -45,7 +45,8 @@ def generate_response(prompt, history, model, temperature, max_tokens, top_p, se
45
  additional_inputs = [
46
  gr.Dropdown(
47
  choices=[
48
- "llama-3.1-405b-reasoning",
 
49
  "llama-3.1-70b-versatile",
50
  "llama-3.1-8b-instant",
51
  "llama3-70b-8192",
 
45
  additional_inputs = [
46
  gr.Dropdown(
47
  choices=[
48
+ "llama-3.2-3b-preview",
49
+ "llama-3.2-1b-preview",
50
  "llama-3.1-70b-versatile",
51
  "llama-3.1-8b-instant",
52
  "llama3-70b-8192",