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

Update app.py

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