openfree commited on
Commit
75116fd
·
verified ·
1 Parent(s): 4bf6341

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import transformers
7
  from transformers import pipeline
8
 
9
  # 모델과 토크나이저 로딩
10
- model_name = "mistralai/Mistral-Small-3.1-24B-Base-2503"
11
  if gr.NO_RELOAD:
12
  pipe = pipeline(
13
  "text-generation",
 
7
  from transformers import pipeline
8
 
9
  # 모델과 토크나이저 로딩
10
+ model_name = "meta-llama/Llama-3.1-8B"
11
  if gr.NO_RELOAD:
12
  pipe = pipeline(
13
  "text-generation",