mrcuddle commited on
Commit
b5f2093
·
verified ·
1 Parent(s): 02794d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
3
  import torch
4
  import spaces
5
  # Define the model path
6
- model_path = "mrcuddle/Ministral-Instruct-2410-8B-DPO-RPO"
7
 
8
  # Load the tokenizer and model
9
  tokenizer = AutoTokenizer.from_pretrained(model_path)
 
3
  import torch
4
  import spaces
5
  # Define the model path
6
+ model_path = "mrcuddle/Ministral-Instruct-2410-8B-DPO-RP"
7
 
8
  # Load the tokenizer and model
9
  tokenizer = AutoTokenizer.from_pretrained(model_path)