CreitinGameplays commited on
Commit
334c746
·
verified ·
1 Parent(s): 0dbebdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ if not torch.cuda.is_available():
20
 
21
 
22
  if torch.cuda.is_available():
23
- model_id = "CreitinGameplays/test"
24
  model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.float16, device_map="auto")
25
  tokenizer = AutoTokenizer.from_pretrained(model_id)
26
  tokenizer.use_default_system_prompt = False
 
20
 
21
 
22
  if torch.cuda.is_available():
23
+ model_id = "CreitinGameplays/ConvAI-9b-v2"
24
  model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.float16, device_map="auto")
25
  tokenizer = AutoTokenizer.from_pretrained(model_id)
26
  tokenizer.use_default_system_prompt = False