junaidbaber commited on
Commit
fa4162c
·
verified ·
1 Parent(s): df369f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
 
5
  # Hugging Face repository details
6
  # MODEL_ID = "meta-llama/CodeLlama-7b-Instruct-hf"
7
- MODEL_ID = "meta-llama/Llama-3.1-8B-Instruct"
8
 
9
  def load_model():
10
  """Load the Hugging Face model and tokenizer."""
 
4
 
5
  # Hugging Face repository details
6
  # MODEL_ID = "meta-llama/CodeLlama-7b-Instruct-hf"
7
+ MODEL_ID = "meta-llama/Llama-3.1-8B"
8
 
9
  def load_model():
10
  """Load the Hugging Face model and tokenizer."""