ysharma HF staff commited on
Commit
6e2189a
1 Parent(s): e6e3732

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -50,7 +50,8 @@ h1 {
50
  }
51
  """
52
 
53
- model_id = "llhf/Meta-Llama-3.1-8B-Instruct"
 
54
 
55
  # Load the tokenizer and model
56
  tokenizer = AutoTokenizer.from_pretrained(model_id)
 
50
  }
51
  """
52
 
53
+ #model_id = "llhf/Meta-Llama-3.1-8B-Instruct"
54
+ model_id = "meta-llama/Meta-Llama-3.1-8B"
55
 
56
  # Load the tokenizer and model
57
  tokenizer = AutoTokenizer.from_pretrained(model_id)