Sergidev commited on
Commit
c5fcdf3
·
verified ·
1 Parent(s): 580a16d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ from huggingface_hub import hf_hub_download
8
  import os
9
  import sys
10
 
 
 
11
  # Update the model name to Llama 3 8B
12
  model_name = "meta-llama/Meta-Llama-3-8B-Instruct"
13
  tokenizer = AutoTokenizer.from_pretrained(model_name)
 
8
  import os
9
  import sys
10
 
11
+ HF_TOKEN = os.getenv("HF_TOKEN")
12
+
13
  # Update the model name to Llama 3 8B
14
  model_name = "meta-llama/Meta-Llama-3-8B-Instruct"
15
  tokenizer = AutoTokenizer.from_pretrained(model_name)