Spestly commited on
Commit
8d4bde5
·
verified ·
1 Parent(s): 2190cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ tokenizer_cache = {}
10
 
11
  # Available models (only Daedalus)
12
  AVAILABLE_MODELS = {
 
13
  "Daedalus-1-8B": "NoemaResearch/Daedalus-1-8B",
14
  }
15
 
 
10
 
11
  # Available models (only Daedalus)
12
  AVAILABLE_MODELS = {
13
+ "Daedalus-1-2B": "NoemaResearch/Daedalus-1-2B",
14
  "Daedalus-1-8B": "NoemaResearch/Daedalus-1-8B",
15
  }
16