WilliamGazeley commited on
Commit
a494749
1 Parent(s): abe7082

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from concurrent.futures import ThreadPoolExecutor
8
  def load_models():
9
  base_pipe = pipeline(
10
  "text-generation",
11
- model="TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
12
  max_length=512,
13
  )
14
  irai_pipe = pipeline(
 
8
  def load_models():
9
  base_pipe = pipeline(
10
  "text-generation",
11
+ model="TinyLlama/TinyLlama-1.1B-Chat-v1.0",
12
  max_length=512,
13
  )
14
  irai_pipe = pipeline(