flydust commited on
Commit
10376ef
1 Parent(s): 922dd9e

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 spaces
4
 
5
  # Load model and tokenizer
6
- model_name = "Magpie-Align/Llama-3-8B-Magpie-Align-v1.0"
7
 
8
  device = "cuda" # the device to load the model onto
9
  tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
 
3
  import spaces
4
 
5
  # Load model and tokenizer
6
+ model_name = "Magpie-Align/Llama-3-8B-Magpie-Align-v1.0-RC"
7
 
8
  device = "cuda" # the device to load the model onto
9
  tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)