ShravanHN commited on
Commit
3393b2d
·
1 Parent(s): 86e4e69

updated with the llama 3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ h1 {
42
  """
43
 
44
  # Load the tokenizer and model with quantization
45
- model_id = "meta-llama/Meta-Llama-3.1-8B-Instruct"
46
  bnb_config = BitsAndBytesConfig(
47
  load_in_4bit=True,
48
  bnb_4bit_use_double_quant=True,
 
42
  """
43
 
44
  # Load the tokenizer and model with quantization
45
+ model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
46
  bnb_config = BitsAndBytesConfig(
47
  load_in_4bit=True,
48
  bnb_4bit_use_double_quant=True,