CD17 commited on
Commit
de8bb9e
·
verified ·
1 Parent(s): b19c896

Update functions_llama.py

Browse files
Files changed (1) hide show
  1. functions_llama.py +1 -1
functions_llama.py CHANGED
@@ -10,7 +10,7 @@ import os
10
 
11
  token = os.getenv('LLAMA_TOKEN')
12
  if token is None:
13
- raise ValueError("LLAMA_TOKEN is not set in the environment variables")
14
  login(token=token)
15
 
16
  # Load model and tokenizer
 
10
 
11
  token = os.getenv('LLAMA_TOKEN')
12
  if token is None:
13
+ raise ValueError("LLAMA_TOKEN is not set in the environment variables")
14
  login(token=token)
15
 
16
  # Load model and tokenizer