yuchenlin commited on
Commit
ee702ea
·
1 Parent(s): 5507ae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -10,14 +10,10 @@ from swiftsage.utils.commons import PromptTemplate, api_configs, setup_logging
10
  from pkg_resources import resource_filename
11
 
12
  ENGINE = "Together"
13
- SWIFT_MODEL_ID = "meta-llama/Meta-Llama-3-8B-Instruct-Reference"
14
- FEEDBACK_MODEL_ID = "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo"
15
- SAGE_MODEL_ID = "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo"
16
-
17
- ENGINE = "Together"
18
- SWIFT_MODEL_ID = "meta-llama/Meta-Llama-3-8B-Instruct-Turbo"
19
- FEEDBACK_MODEL_ID = "meta-llama/Meta-Llama-3-8B-Instruct-Reference"
20
  SAGE_MODEL_ID = "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo"
 
21
 
22
  # ENGINE = "Groq"
23
  # SWIFT_MODEL_ID = "llama-3.1-8b-instant"
 
10
  from pkg_resources import resource_filename
11
 
12
  ENGINE = "Together"
13
+ SWIFT_MODEL_ID = "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo"
14
+ FEEDBACK_MODEL_ID = "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo"
 
 
 
 
 
15
  SAGE_MODEL_ID = "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo"
16
+
17
 
18
  # ENGINE = "Groq"
19
  # SWIFT_MODEL_ID = "llama-3.1-8b-instant"