Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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
|