BeveledCube commited on
Commit
8e74647
·
verified ·
1 Parent(s): 674adb9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -9,7 +9,8 @@ from transformers import GPT2LMHeadModel, GPT2Tokenizer
9
  import torch
10
 
11
  app = FastAPI()
12
- name = "microsoft/DialoGPT-small"
 
13
  # microsoft/DialoGPT-small
14
  # microsoft/DialoGPT-medium
15
  # microsoft/DialoGPT-large
 
9
  import torch
10
 
11
  app = FastAPI()
12
+ name = "mistralai/Mixtral-8x7B-Instruct-v0.1"
13
+ # mistralai/Mixtral-8x7B-Instruct-v0.1
14
  # microsoft/DialoGPT-small
15
  # microsoft/DialoGPT-medium
16
  # microsoft/DialoGPT-large