Schmip commited on
Commit
891ff78
·
verified ·
1 Parent(s): 5a3321a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
  app = FastAPI()
5
 
6
  #pipe = pipeline("text2text-generation", model="google/flan-t5-small")
7
- pipe = pipeline("text-generation", model="Kooten/Kunoichi-DPO-v2-7B-8bpw-exl2")
8
 
9
  @app.get("/")
10
  def home():
 
4
  app = FastAPI()
5
 
6
  #pipe = pipeline("text2text-generation", model="google/flan-t5-small")
7
+ pipe = pipeline("text-generation", model="MaziyarPanahi/Mistral-7B-Instruct-v0.3-GGUF")
8
 
9
  @app.get("/")
10
  def home():