Spaces:
Paused
Paused
Tao Wu commited on
Commit ·
eb8e804
1
Parent(s): 12baee3
fix bug
Browse files- app/config.py +1 -1
app/config.py
CHANGED
|
@@ -23,4 +23,4 @@ CSV_FILE_PATH = os.getenv('CSV_FILE_PATH', '/app/data/occupations_de.csv')
|
|
| 23 |
|
| 24 |
REC_LORA_MODEL = os.getenv('REC_LORA_MODEL', 'wt3639/Llama-3-8B-Instruct_CourseRec_lora')
|
| 25 |
EXP_LORA_MODEL = os.getenv('EXP_LORA_MODEL', 'wt3639/alpaca_german_english')
|
| 26 |
-
LLM_MODEL = os.getenv('LLM_MODEL', '
|
|
|
|
| 23 |
|
| 24 |
REC_LORA_MODEL = os.getenv('REC_LORA_MODEL', 'wt3639/Llama-3-8B-Instruct_CourseRec_lora')
|
| 25 |
EXP_LORA_MODEL = os.getenv('EXP_LORA_MODEL', 'wt3639/alpaca_german_english')
|
| 26 |
+
LLM_MODEL = os.getenv('LLM_MODEL', 'meta-llama/Meta-Llama-3-8B-Instruct')
|